Uses of Class
com.azure.identity.ClientAssertionCredentialBuilder
-
-
Uses of ClientAssertionCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return ClientAssertionCredentialBuilder Modifier and Type Method Description ClientAssertionCredentialBuilderClientAssertionCredentialBuilder. clientAssertion(Supplier<String> clientAssertionSupplier)Sets the supplier containing the logic to supply the client assertion when invoked.ClientAssertionCredentialBuilderClientAssertionCredentialBuilder. tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions)Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.
-