Uses of Class
com.microsoft.credentialstorage.model.StoredTokenType
-
Packages that use StoredTokenType Package Description com.microsoft.credentialstorage.model -
-
Uses of StoredTokenType in com.microsoft.credentialstorage.model
Methods in com.microsoft.credentialstorage.model that return StoredTokenType Modifier and Type Method Description static StoredTokenTypeStoredTokenType. fromDescription(String description)Returns enum corresponding to the specified description.StoredTokenTypeStoredToken. getType()The type of the security token.static StoredTokenTypeStoredTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoredTokenType[]StoredTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.credentialstorage.model with parameters of type StoredTokenType Constructor Description StoredToken(char[] value, StoredTokenType type)Creates a token object with a value and the specified type for a target identity.
-