OrganizationOtpVerifyRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
code |
string | Yes | |
scope |
OrganizationOtpScope | Yes |
View JSON Schema
{
"type": "object",
"required": [
"scope",
"code"
],
"properties": {
"code": {
"type": "string"
},
"scope": {
"$ref": "#/components/schemas/OrganizationOtpScope"
}
}
}