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 TokenTypeTokenResponse.getIssuedTokenType()Get issuedTokenTypestatic TokenTypeReturns 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) voidTokenResponse.setIssuedTokenType(TokenType issuedTokenType)