Uses of Class
com.oracle.bmc.identitydomains.model.MyTrustedUserAgent.TokenType
-
Packages that use MyTrustedUserAgent.TokenType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyTrustedUserAgent.TokenType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyTrustedUserAgent.TokenType Modifier and Type Method Description static MyTrustedUserAgent.TokenTypeMyTrustedUserAgent.TokenType. create(String key)MyTrustedUserAgent.TokenTypeMyTrustedUserAgent. getTokenType()The token type being created.static MyTrustedUserAgent.TokenTypeMyTrustedUserAgent.TokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static MyTrustedUserAgent.TokenType[]MyTrustedUserAgent.TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyTrustedUserAgent.TokenType Modifier and Type Method Description MyTrustedUserAgent.BuilderMyTrustedUserAgent.Builder. tokenType(MyTrustedUserAgent.TokenType tokenType)The token type being created.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyTrustedUserAgent.TokenType Constructor Description MyTrustedUserAgent(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String name, String trustToken, String location, String platform, String expiryTime, String lastUsedOn, MyTrustedUserAgent.TokenType tokenType, List<MyTrustedUserAgentTrustedFactors> trustedFactors, MyTrustedUserAgentUser user)Deprecated.
-