Class OAuth.ProviderDiscovery.DiscoveryStartParameters

    • Constructor Detail

      • OAuth.ProviderDiscovery.DiscoveryStartParameters

        OAuth.ProviderDiscovery.DiscoveryStartParameters(Activity context, Integer oAuthRequestIdentifier, String discoveryRedirectUrl, List<String> customScopes, Map<String, String> providerParams)
      • OAuth.ProviderDiscovery.DiscoveryStartParameters

        OAuth.ProviderDiscovery.DiscoveryStartParameters(Activity context, Integer oAuthRequestIdentifier, String discoveryRedirectUrl, List<String> customScopes)
      • OAuth.ProviderDiscovery.DiscoveryStartParameters

        OAuth.ProviderDiscovery.DiscoveryStartParameters(Activity context, Integer oAuthRequestIdentifier, String discoveryRedirectUrl)
      • OAuth.ProviderDiscovery.DiscoveryStartParameters

        OAuth.ProviderDiscovery.DiscoveryStartParameters(Activity context, Integer oAuthRequestIdentifier)
    • Method Detail

      • getDiscoveryRedirectUrl

         final String getDiscoveryRedirectUrl()

        The URL that Stytch redirects to after the OAuth flow is completed for the member to perform discovery actions. This URL should be an endpoint in the backend server that verifies the request by querying Stytch's /oauth/discovery/authenticate endpoint and finishes the login. The URL should be configured as a Discovery URL in the Stytch Dashboard's Redirect URL page. If the field is not specified, the default in the Dashboard is used.