Module Values.RefreshTokenSource

Encrypted refresh token with cnf.jkt This is the encrypted refresh token returned from auth code redemption. The token content includes cnf.jkt (SHA-256 thumbprint of the presented jwk). Used in subsequent token refresh requests.

Sourcetype nonrec t = string

Encrypted refresh token with cnf.jkt This is the encrypted refresh token returned from auth code redemption. The token content includes cnf.jkt (SHA-256 thumbprint of the presented jwk). Used in subsequent token refresh requests.

Sourceval context_ : string
Sourceval make : string -> string
Sourceval of_string : 'a -> 'a
Sourceval to_value : 'a -> [> `String of 'a ]
Sourceval to_query : string -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'a
Sourceval of_xml : Awso.Xml.t -> string
Sourceval of_json : Yojson.Safe.t -> string
Sourceval to_json : string -> Yojson.Safe.t