CognitoIdentityProvider
public struct CognitoIdentityProvider : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The client ID for the Amazon Cognito user pool.
Declaration
Swift
public let clientId: String?
-
The provider name for an Amazon Cognito user pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.
Declaration
Swift
public let providerName: String?
-
TRUE if server-side token validation is enabled for the identity provider’s token. Once you set ServerSideTokenCheck to TRUE for an identity pool, that identity pool will check with the integrated user pools to make sure that the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user. If the user is signed out or deleted, the identity pool will return a 400 Not Authorized error.
Declaration
Swift
public let serverSideTokenCheck: Bool?
-
Undocumented
Declaration
Swift
public init(clientId: String? = nil, providerName: String? = nil, serverSideTokenCheck: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws