Uses of Class
com.azure.identity.SharedTokenCacheCredentialBuilder
-
-
Uses of SharedTokenCacheCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return SharedTokenCacheCredentialBuilder Modifier and Type Method Description SharedTokenCacheCredentialBuilderSharedTokenCacheCredentialBuilder. authenticationRecord(AuthenticationRecord authenticationRecord)Sets theAuthenticationRecordcaptured from a previous authentication.SharedTokenCacheCredentialBuilderSharedTokenCacheCredentialBuilder. tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions)Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.SharedTokenCacheCredentialBuilderSharedTokenCacheCredentialBuilder. username(String username)Sets the username for the account.
-