Package com.stytch.sdk.ui.b2b.data
Class B2BOAuthProviderConfig
-
- All Implemented Interfaces:
-
android.os.Parcelable
@JsonClass(generateAdapter = true) public final class B2BOAuthProviderConfig implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final B2BOAuthProviderstypeprivate final List<String>customScopesprivate final Map<String, String>providerParams
-
Constructor Summary
Constructors Constructor Description B2BOAuthProviderConfig(B2BOAuthProviders type, List<String> customScopes, Map<String, String> providerParams)
-
Method Summary
Modifier and Type Method Description final B2BOAuthProvidersgetType()final List<String>getCustomScopes()final Map<String, String>getProviderParams()-
-
Method Detail
-
getType
final B2BOAuthProviders getType()
-
getCustomScopes
final List<String> getCustomScopes()
-
getProviderParams
final Map<String, String> getProviderParams()
-
-
-
-