Values.RefreshTokenRequestBodySourceDescribes a refresh token.
type nonrec t = {token : SensitiveString.t;The token to use to refresh a previously issued access token that might have expired.
*)clientId : SensitiveString.t option;The ID of the client to request the token from.
*)}