Module Awso_cognito_idp.GetUserRequestSource

Represents the request to get information about the user.

Sourcetype nonrec t = {
  1. accessToken : TokenModelType.t;
    (*

    A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin.

    *)
}
Sourceval context_ : string
Sourceval make : accessToken:TokenModelType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TokenModelType.t ]) 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