Class SSO.StartParams

  • All Implemented Interfaces:

    
    public final class SSO.StartParams
    
                        

    Data class used for wrapping parameters used in SSO start calls

    • Constructor Detail

      • SSO.StartParams

        SSO.StartParams(Activity context, Integer ssoAuthRequestIdentifier, String connectionId)
    • Method Detail

      • getLoginRedirectUrl

         final String getLoginRedirectUrl()

        The URL Stytch redirects to after the SSO flow is completed for a Member that already exists. This URL should be a route in your application which will run sso.authenticate (see below) and finish the login. The URL must be configured as a Login URL in the Redirect URL page. If the field is not specified, the default Login URL will be used.

      • getSignupRedirectUrl

         final String getSignupRedirectUrl()

        The URL Stytch redirects to after the SSO flow is completed for a Member that does not yet exist. This URL should be a route in your application which will run sso.authenticate (see below) and finish the login. The URL must be configured as a Sign Up URL in the Redirect URL page. If the field is not specified, the default Sign Up URL will be used.