Record
post-oauth2-token-params
No description available.
record post-oauth2-token-params {
actor-token: option<string>,
actor-token-type: option<post-o-auth2-token-actor-token-type-enum>,
assertion: option<string>,
box-shared-link: option<string>,
box-subject-id: option<string>,
box-subject-type: option<post-o-auth2-token-box-subject-type-enum>,
client-id: option<string>,
client-secret: option<string>,
code: option<string>,
grant-type: post-o-auth2-token-grant-type-enum,
refresh-token: option<string>,
resource-op: option<string>,
scope: option<string>,
subject-token: option<string>,
subject-token-type: option<post-o-auth2-token-subject-token-type-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| actor-token | option<string> | |
| actor-token-type | option<post-o-auth2-token-actor-token-type-enum> | |
| assertion | option<string> | |
| box-shared-link | option<string> | |
| box-subject-id | option<string> | |
| box-subject-type | option<post-o-auth2-token-box-subject-type-enum> | |
| client-id | option<string> | |
| client-secret | option<string> | |
| code | option<string> | |
| grant-type | post-o-auth2-token-grant-type-enum | |
| refresh-token | option<string> | |
| resource-op | option<string> | |
| scope | option<string> | |
| subject-token | option<string> | |
| subject-token-type | option<post-o-auth2-token-subject-token-type-enum> |