StartParameters
A data class wrapping the parameters necessary to start an OAuth flow for a specific provider
Properties
Any additional scopes to be requested from the identity provider.
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.
is an ID for the return intent from the OAuth flow
The id of the organization the member belongs to.
The slug of the organization the member belongs to
An optional mapping of provider specific values to pass through to the OAuth provider
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.