Uses of Class
io.helidon.security.providers.google.login.GoogleTokenProvider.Builder
Package
Description
Integration with Google login button.
-
Uses of GoogleTokenProvider.Builder in io.helidon.security.providers.google.login
Modifier and TypeMethodDescriptionstatic GoogleTokenProvider.Builder
GoogleTokenProvider.builder()
Fluent API builder to buildGoogleTokenProvider
instance.Google application client id, to validate that the token was generated by Google for us.Update this builder from configuration.GoogleTokenProvider.Builder.optional
(boolean optional) If set to true, this provider will returnSecurityResponse.SecurityStatus.ABSTAIN
instead of failing in case of invalid request.GoogleTokenProvider.Builder.outboundConfig
(OutboundConfig outboundConfig) Outbound configuration - a set of outbound targets that will have the token propagated.Set proxy host when talking to Google.GoogleTokenProvider.Builder.proxyPort
(int port) Set proxy port when talking to Google.Set the authentication realm to build challenge, defaults to "helidon".GoogleTokenProvider.Builder.tokenProvider
(TokenHandler provider) Token provider to extract Google access token from request, defaults to "Authorization" header with a "bearer " prefix.