Share via


GrantType Struct

Definition

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