Record
create-mobile-authorization-code-response
No description available.
record create-mobile-authorization-code-response {
authorization-code: option<string>,
error: option<error>,
expires-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| authorization-code | option<string> | |
| error | option<error> | |
| expires-at | option<string> |