GrantType Struct
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.
The GrantType.
public readonly struct GrantType : IEquatable<Azure.ResourceManager.ApiManagement.Models.GrantType>
type GrantType = struct
Public Structure GrantType
Implements IEquatable(Of GrantType)
- Inheritance
-
GrantType
- Implements
Constructors
GrantType(String) |
Initializes a new instance of GrantType. |
Properties
AuthorizationCode |
Authorization Code Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.1. |
ClientCredentials |
Client Credentials Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.4. |
Implicit |
Implicit Code Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.2. |
ResourceOwnerPassword |
Resource Owner Password Grant flow as described https://tools.ietf.org/html/rfc6749#section-4.3. |
Methods
Equals(GrantType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(GrantType, GrantType) |
Determines if two GrantType values are the same. |
Implicit(String to GrantType) |
Converts a string to a GrantType. |
Inequality(GrantType, GrantType) |
Determines if two GrantType values are not the same. |
Applies to
Azure SDK for .NET