Package com.stytch.sdk.common
Class DeeplinkTokenPair
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DeeplinkTokenPair implements Parcelable
A data class representing a concrete token type and corresponding token parsed from a deeplink
-
-
Field Summary
Fields Modifier and Type Field Description private final TokenTypetokenTypeprivate final Stringtokenprivate final B2BRedirectTyperedirectType
-
Constructor Summary
Constructors Constructor Description DeeplinkTokenPair(TokenType tokenType, String token, B2BRedirectType redirectType)
-
Method Summary
Modifier and Type Method Description final TokenTypegetTokenType()final StringgetToken()final B2BRedirectTypegetRedirectType()-
-
Constructor Detail
-
DeeplinkTokenPair
DeeplinkTokenPair(TokenType tokenType, String token, B2BRedirectType redirectType)
-
-
Method Detail
-
getTokenType
final TokenType getTokenType()
-
getRedirectType
final B2BRedirectType getRedirectType()
-
-
-
-