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.
-
Class Summary Class Description GoogleTokenProvider Provider supporting login button from front-end.GoogleTokenProvider.Builder Fluent API builder to buildGoogleTokenProvider
instance.GoogleTokenService Java service (SecurityProviderService
) for google token provider. -
Exception Summary Exception Description GoogleTokenException An exception that is throws in case of a problem with Google access token processing.