Uses of Enum
com.okta.sdk.resource.model.TokenType
Packages that use TokenType
-
Uses of TokenType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return TokenTypeModifier and TypeMethodDescriptionstatic TokenType
TokenResponse.getIssuedTokenType()
Get issuedTokenTypestatic TokenType
Returns the enum constant of this type with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type TokenTypeModifier and TypeMethodDescriptionTokenResponse.issuedTokenType
(TokenType issuedTokenType) void
TokenResponse.setIssuedTokenType
(TokenType issuedTokenType)