- API ›
- Constructors ›
- Auth ›
- LoggedOut
LoggedOut
---types--- auth.loggedOut#c3a2835f future_auth_token:flags.0?bytes = auth.LoggedOut
Belongs to
| auth.LoggedOut |
In Rust this constructor is a variant of the enums::auth.LoggedOut enum.
Match on it with: if let enums::auth.LoggedOut::LoggedOut(v) = result { ... }
Parameters
| future_auth_token | bytes | optional |