AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The Grant union represents the set of possible configuration options for the selected grant type. Exactly one member of the union must be specified, and must match the grant type selected.

Inheritance Hierarchy

System.Object
  Amazon.SSOAdmin.Model.Grant

Namespace: Amazon.SSOAdmin.Model
Assembly: AWSSDK.SSOAdmin.dll
Version: 3.x.y.z

Syntax

C#
public class Grant

The Grant type exposes the following members

Constructors

NameDescription
Public Method Grant()

Properties

NameTypeDescription
Public Property AuthorizationCode Amazon.SSOAdmin.Model.AuthorizationCodeGrant

Gets and sets the property AuthorizationCode.

Configuration options for the authorization_code grant type.

Public Property JwtBearer Amazon.SSOAdmin.Model.JwtBearerGrant

Gets and sets the property JwtBearer.

Configuration options for the urn:ietf:params:oauth:grant-type:jwt-bearer grant type.

Public Property RefreshToken Amazon.SSOAdmin.Model.RefreshTokenGrant

Gets and sets the property RefreshToken.

Configuration options for the refresh_token grant type.

Public Property TokenExchange Amazon.SSOAdmin.Model.TokenExchangeGrant

Gets and sets the property TokenExchange.

Configuration options for the urn:ietf:params:oauth:grant-type:token-exchange grant type.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5