Enum zoom_api::types::UserTokenType [−][src]
pub enum UserTokenType {
Token,
Zak,
Noop,
FallthroughString(String),
}Expand description
User token types:token - Used for starting meetings with the client SDK. This token expires in 14 days and a new token will be returned after the expiry.zak - Used for generating the start meeting URL. The token expiration time is two hours. For API users, the expiration time is 90 days.
Variants
Tuple Fields of FallthroughString
0: StringImplementations
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserTokenType
impl Send for UserTokenType
impl Sync for UserTokenType
impl Unpin for UserTokenType
impl UnwindSafe for UserTokenType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more