Uses of Class
com.azure.resourcemanager.apimanagement.models.ClientAuthenticationMethod
Packages that use ClientAuthenticationMethod
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ClientAuthenticationMethod in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type ClientAuthenticationMethodModifier and TypeMethodDescriptionAuthorizationServerContractInner.clientAuthenticationMethod()Get the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type ClientAuthenticationMethodModifier and TypeMethodDescriptionAuthorizationServerContractInner.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContractProperties.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerUpdateContractProperties.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server. -
Uses of ClientAuthenticationMethod in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ClientAuthenticationMethodModifier and TypeFieldDescriptionstatic final ClientAuthenticationMethodClientAuthenticationMethod.BASICStatic value Basic for ClientAuthenticationMethod.static final ClientAuthenticationMethodClientAuthenticationMethod.BODYStatic value Body for ClientAuthenticationMethod.Methods in com.azure.resourcemanager.apimanagement.models that return ClientAuthenticationMethodModifier and TypeMethodDescriptionstatic ClientAuthenticationMethodClientAuthenticationMethod.fromString(String name) Creates or finds a ClientAuthenticationMethod from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ClientAuthenticationMethodModifier and TypeMethodDescriptionAuthorizationServerContract.clientAuthenticationMethod()Gets the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContractBaseProperties.clientAuthenticationMethod()Get the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerUpdateContract.clientAuthenticationMethod()Get the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.static Collection<ClientAuthenticationMethod> ClientAuthenticationMethod.values()Gets known ClientAuthenticationMethod values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ClientAuthenticationMethodModifier and TypeMethodDescriptionAuthorizationServerContract.DefinitionStages.WithClientAuthenticationMethod.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Specifies the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContract.UpdateStages.WithClientAuthenticationMethod.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Specifies the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerContractBaseProperties.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.AuthorizationServerUpdateContract.withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod) Set the clientAuthenticationMethod property: Method of authentication supported by the token endpoint of this authorization server.