Values.RefreshTokenRequestSourceThis is for internal use. Amplify uses this action to refresh a previously issued access token that might have expired.
type nonrec t = {provider : TokenProviders.t;The third-party provider for the token. The only valid value is figma.
*)refreshTokenBody : RefreshTokenRequestBody.t;Information about the refresh token request.
*)}val make :
provider:TokenProviders.t ->
refreshTokenBody:RefreshTokenRequestBody.t ->
unit ->
tval of_header_and_body :
((string, string) Awso.Import.List.Assoc.t * RefreshTokenRequestBody.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of SensitiveString.t ]) list ])
list ]