Class OAuth2FlowGoogleBuilder

All Implemented Interfaces:
OAuth2CodeGrantFlow.Builder<OAuth2FlowGoogleBuilder>

public class OAuth2FlowGoogleBuilder extends AbstractAuthorizationCodeGrantBuilder<OAuth2FlowGoogleBuilder>
Class that provides methods to build OAuth2CodeGrantFlow pre-configured for usage with Google provider.
Since:
2.3
  • Field Details

    • LOGIN_HINT

      public static final String LOGIN_HINT
      Property key that defines values for "login_hint" parameter used in Google OAuth flow.
      See Also:
  • Constructor Details

    • OAuth2FlowGoogleBuilder

      OAuth2FlowGoogleBuilder()
      Create a new google flow builder.
  • Method Details