Module Values.CredentialsSource

The structure containing the session token being returned.

Sourcetype nonrec t = {
  1. token : Token.t option;
    (*

    The actual session token being returned.

    *)
}
Sourceval make : ?token:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Token.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