Class OidcAttributeRequestMethod
The method to use to request attributes.
Inheritance
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class OidcAttributeRequestMethod : Enum
Syntax (vb)
Public NotInheritable Class OidcAttributeRequestMethod
Inherits
Enum
Synopsis
Fields
GET | GET. |
POST | POST. |
value__ |
Fields
GET
GET.
public const OidcAttributeRequestMethod GET
Field Value
Type | Description |
---|---|
Oidc |
POST
POST.
public const OidcAttributeRequestMethod POST
Field Value
Type | Description |
---|---|
Oidc |
value__
public int value__
Field Value
Type | Description |
---|---|
System. |