Module Values.CognitoConfigSource

The configuration for using Amazon Cognito user pools to control access to your portal.

Sourcetype nonrec t = {
  1. appClientId : string;
    (*

    The app client ID.

    *)
  2. userPoolArn : string;
    (*

    The user pool ARN.

    *)
  3. userPoolDomain : string;
    (*

    The user pool domain.

    *)
}
Sourceval context_ : string
Sourceval make : appClientId:string -> userPoolArn:string -> userPoolDomain:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t