Uses of Class
com.azure.resourcemanager.apimanagement.models.GrantType
Packages that use GrantType
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GrantType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type GrantTypeModifier and TypeMethodDescriptionAuthorizationServerContractInner.grantTypes()Get the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerContractProperties.grantTypes()Get the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerUpdateContractProperties.grantTypes()Get the grantTypes property: Form of an authorization grant, which the client uses to request the access token.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type GrantTypeModifier and TypeMethodDescriptionAuthorizationServerContractInner.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerContractProperties.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerUpdateContractProperties.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token. -
Uses of GrantType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as GrantTypeModifier and TypeFieldDescriptionstatic final GrantTypeGrantType.AUTHORIZATION_CODEStatic value authorizationCode for GrantType.static final GrantTypeGrantType.CLIENT_CREDENTIALSStatic value clientCredentials for GrantType.static final GrantTypeGrantType.IMPLICITStatic value implicit for GrantType.static final GrantTypeGrantType.RESOURCE_OWNER_PASSWORDStatic value resourceOwnerPassword for GrantType.Methods in com.azure.resourcemanager.apimanagement.models that return GrantTypeModifier and TypeMethodDescriptionstatic GrantTypeGrantType.fromString(String name) Creates or finds a GrantType from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GrantTypeModifier and TypeMethodDescriptionAuthorizationServerContract.grantTypes()Gets the grantTypes property: Form of an authorization grant, which the client uses to request the access token.AuthorizationServerUpdateContract.grantTypes()Get the grantTypes property: Form of an authorization grant, which the client uses to request the access token.static Collection<GrantType> GrantType.values()Gets known GrantType values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type GrantTypeModifier and TypeMethodDescriptionAuthorizationServerContract.DefinitionStages.WithGrantTypes.withGrantTypes(List<GrantType> grantTypes) Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..AuthorizationServerContract.UpdateStages.WithGrantTypes.withGrantTypes(List<GrantType> grantTypes) Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..AuthorizationServerUpdateContract.withGrantTypes(List<GrantType> grantTypes) Set the grantTypes property: Form of an authorization grant, which the client uses to request the access token.