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.

Describes an OpenID Connect (OIDC) configuration.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.OpenIDConnectConfig

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

Syntax

C#
public class OpenIDConnectConfig

The OpenIDConnectConfig type exposes the following members

Constructors

NameDescription
Public Method OpenIDConnectConfig()

Properties

NameTypeDescription
Public Property AuthTTL System.Int64

Gets and sets the property AuthTTL.

The number of milliseconds that a token is valid after being authenticated.

Public Property ClientId System.String

Gets and sets the property ClientId.

The client identifier of the relying party at the OpenID identity provider. This identifier is typically obtained when the relying party is registered with the OpenID identity provider. You can specify a regular expression so that AppSync can validate against multiple client identifiers at a time.

Public Property IatTTL System.Int64

Gets and sets the property IatTTL.

The number of milliseconds that a token is valid after it's issued to a user.

Public Property Issuer System.String

Gets and sets the property Issuer.

The issuer for the OIDC configuration. The issuer returned by discovery must exactly match the value of iss in the ID token.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5