Record
exchange-refresh-token-for-access-token-params
No description available.
record exchange-refresh-token-for-access-token-params {
client-id: option<string>,
client-secret: option<string>,
grant-type: option<string>,
redirect-uri: option<string>,
refresh-token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| client-id | option<string> | |
| client-secret | option<string> | |
| grant-type | option<string> | |
| redirect-uri | option<string> | |
| refresh-token | option<string> |