- API ›
- Constructors ›
- Auth ›
- SentCodeSuccess
SentCodeSuccess
---types--- auth.sentCodeSuccess#2390fe44 authorization:auth.Authorization = auth.SentCode
Belongs to
| auth.SentCode |
In Rust this constructor is a variant of the enums::auth.SentCode enum.
Match on it with: if let enums::auth.SentCode::SentCodeSuccess(v) = result { ... }
Parameters
| authorization | auth.Authorization | required |