OAuth2GrantType Struct

Definition

OAuth2 grant type options.

public readonly struct OAuth2GrantType : IEquatable<Azure.ResourceManager.ApiManagement.Models.OAuth2GrantType>
type OAuth2GrantType = struct
Public Structure OAuth2GrantType
Implements IEquatable(Of OAuth2GrantType)
Inheritance
OAuth2GrantType
Implements

Constructors

OAuth2GrantType(String)

Initializes a new instance of OAuth2GrantType.

Properties

AuthorizationCode

Authorization Code grant.

ClientCredentials

Client Credential grant.

Methods

Equals(OAuth2GrantType)

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(OAuth2GrantType, OAuth2GrantType)

Determines if two OAuth2GrantType values are the same.

Implicit(String to OAuth2GrantType)

Converts a string to a OAuth2GrantType.

Inequality(OAuth2GrantType, OAuth2GrantType)

Determines if two OAuth2GrantType values are not the same.

Applies to