Class OAuth.ThirdParty.GetTokenForProviderParams

    • Constructor Detail

      • OAuth.ThirdParty.GetTokenForProviderParams

        OAuth.ThirdParty.GetTokenForProviderParams(String loginRedirectUrl, String signupRedirectUrl, List<String> customScopes, Map<String, String> providerParams)
      • OAuth.ThirdParty.GetTokenForProviderParams

        OAuth.ThirdParty.GetTokenForProviderParams(String loginRedirectUrl, String signupRedirectUrl, List<String> customScopes)
      • OAuth.ThirdParty.GetTokenForProviderParams

        OAuth.ThirdParty.GetTokenForProviderParams(String loginRedirectUrl, String signupRedirectUrl)
      • OAuth.ThirdParty.GetTokenForProviderParams

        OAuth.ThirdParty.GetTokenForProviderParams(String loginRedirectUrl)
      • OAuth.ThirdParty.GetTokenForProviderParams

        OAuth.ThirdParty.GetTokenForProviderParams()
    • Method Detail

      • getLoginRedirectUrl

         final String getLoginRedirectUrl()

        The url an existing user is redirected to after authenticating with the identity provider. This should be a url that redirects back to your app. If this value is not passed, the default login redirect URL set in the Stytch Dashboard is used. If you have not set a default login redirect URL, an error is returned.

      • getSignupRedirectUrl

         final String getSignupRedirectUrl()

        The url a new user is redirected to after authenticating with the identity provider. This should be a url that redirects back to your app. If this value is not passed, the default sign-up redirect URL set in the Stytch Dashboard is used. If you have not set a default sign-up redirect URL, an error is returned.