Interface TokenCredentialOptionsProvider
- All Known Subinterfaces:
AzureProperties,PasswordlessProperties
public interface TokenCredentialOptionsProvider
Interface to be implemented by classes that wish to provide the token credential options.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface to be implemented by classes that wish to describe the token credential related options. -
Method Summary
Modifier and TypeMethodDescriptionGet the token credential
-
Method Details
-
getCredential
TokenCredentialOptionsProvider.TokenCredentialOptions getCredential()Get the token credential- Returns:
- the token credential
-