Uses of Class
com.azure.resourcemanager.apimanagement.models.BearerTokenSendingMethods
Packages that use BearerTokenSendingMethods
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of BearerTokenSendingMethods in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as BearerTokenSendingMethodsModifier and TypeFieldDescriptionstatic final BearerTokenSendingMethodsBearerTokenSendingMethods.AUTHORIZATION_HEADERStatic value authorizationHeader for BearerTokenSendingMethods.static final BearerTokenSendingMethodsBearerTokenSendingMethods.QUERYStatic value query for BearerTokenSendingMethods.Methods in com.azure.resourcemanager.apimanagement.models that return BearerTokenSendingMethodsModifier and TypeMethodDescriptionstatic BearerTokenSendingMethodsBearerTokenSendingMethods.fromString(String name) Creates or finds a BearerTokenSendingMethods from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type BearerTokenSendingMethodsModifier and TypeMethodDescriptionOpenIdAuthenticationSettingsContract.bearerTokenSendingMethods()Get the bearerTokenSendingMethods property: How to send token to the server.static Collection<BearerTokenSendingMethods> BearerTokenSendingMethods.values()Gets known BearerTokenSendingMethods values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type BearerTokenSendingMethodsModifier and TypeMethodDescriptionOpenIdAuthenticationSettingsContract.withBearerTokenSendingMethods(List<BearerTokenSendingMethods> bearerTokenSendingMethods) Set the bearerTokenSendingMethods property: How to send token to the server.