ApiManagementAuthorizationServerData.GrantTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Form of an authorization grant, which the client uses to request the access token.
public System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.GrantType> GrantTypes { get; }
member this.GrantTypes : System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.GrantType>
Public ReadOnly Property GrantTypes As IList(Of GrantType)