Package com.stytch.sdk.b2b.oauth
Class OAuth.Discovery.DiscoveryAuthenticateParameters
-
- All Implemented Interfaces:
public final class OAuth.Discovery.DiscoveryAuthenticateParametersA data class wrapping the parameters necessary to authenticate an OAuth Discovery flow
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdiscoveryOauthToken
-
Constructor Summary
Constructors Constructor Description OAuth.Discovery.DiscoveryAuthenticateParameters(String discoveryOauthToken)
-
Method Summary
Modifier and Type Method Description final StringgetDiscoveryOauthToken()The oauth token used to finish the discovery flow -
-
Constructor Detail
-
OAuth.Discovery.DiscoveryAuthenticateParameters
OAuth.Discovery.DiscoveryAuthenticateParameters(String discoveryOauthToken)
-
-
Method Detail
-
getDiscoveryOauthToken
final String getDiscoveryOauthToken()
The oauth token used to finish the discovery flow
-
-
-
-