Module Values.RegisterConnectorV2RequestSource

Grants permission to complete the authorization based on input parameters.

Sourcetype nonrec t = {
  1. authCode : NonEmptyString.t;
    (*

    The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.

    *)
  2. authState : NonEmptyString.t;
    (*

    The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.

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