Uses of Class
com.azure.identity.ClientSecretCredentialBuilder
-
-
Uses of ClientSecretCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return ClientSecretCredentialBuilder Modifier and Type Method Description ClientSecretCredentialBuilderClientSecretCredentialBuilder. clientSecret(String clientSecret)Sets the client secret for the authentication.ClientSecretCredentialBuilderClientSecretCredentialBuilder. tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions)Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.
-