Package io.helidon.security.providers.google.login
package io.helidon.security.providers.google.login
Integration with Google login button.
The provider extracts access token from request (Authorization bearer token) and
validates it against Google.
Then it creates a subject with as much information as available in the JWT token
provided by Google.
-
ClassDescriptionAn exception that is throws in case of a problem with Google access token processing.Provider supporting login button from front-end.Fluent API builder to build
GoogleTokenProvider
instance.Java service (SecurityProviderService
) for google token provider.