SecureBlackbox 2020 .NET Edition

Questions / Feedback?

GrantType Property

Specifies which protocol flow should be used to authorize the user.

Syntax

public OauthclientGrantTypes GrantType { get; set; }

enum OauthclientGrantTypes { ogtAuthorizationCode, ogtImplicit, ogtPasswordCredentials, ogtClientCredentials }
Public Property GrantType As OauthclientGrantTypes

Enum OauthclientGrantTypes ogtAuthorizationCode ogtImplicit ogtPasswordCredentials ogtClientCredentials End Enum

Default Value

0

Remarks

Use this property to specify the authorization protocol to use.

ogtAuthorizationCode0Authorization Code flow should be used (see RFC 6749 Section 1.3.1)
ogtImplicit1Implicit flow should be used (see RFC 6749 Section 1.3.2)
ogtPasswordCredentials2Resource Owner Password Credentials flow should be used (see RFC 6749 Section 1.3.3)
ogtClientCredentials3Client Credentials flow should be used (see RFC 6749 Section 1.3.4)

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]