OpenIDConnectConfig
public struct OpenIDConnectConfig : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The number of milliseconds a token is valid after being authenticated. DeclarationSwift public let authTTL: Int64?
- 
                  
                  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 the AWS AppSync can validate against multiple client identifiers at a time. DeclarationSwift public let clientId: String?
- 
                  
                  The number of milliseconds a token is valid after being issued to a user. DeclarationSwift public let iatTTL: Int64?
- 
                  
                  The issuer for the OpenID Connect configuration. The issuer returned by discovery must exactly match the value of iss in the ID token. DeclarationSwift public let issuer: String
- 
                  
                  Undocumented DeclarationSwift public init(authTTL: Int64? = nil, clientId: String? = nil, iatTTL: Int64? = nil, issuer: String)
 View on GitHub
View on GitHub OpenIDConnectConfig Structure Reference
        OpenIDConnectConfig Structure Reference