CognitoConfig

public struct CognitoConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The client ID for your Amazon Cognito user pool.

    Declaration

    Swift

    public let clientId: String
  • A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

    Declaration

    Swift

    public let userPool: String
  • Undocumented

    Declaration

    Swift

    public init(clientId: String, userPool: String)
  • Declaration

    Swift

    public func validate(name: String) throws