Struct tda_sdk::AccessToken [−][src]
Expand description
API access token.
Fields
expires_at: i64Timestamp in milliseconds when the token expires.
scope: Vec<String>token: StringImplementations
Return true if the access token has expired.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AccessToken
impl Send for AccessToken
impl Sync for AccessToken
impl Unpin for AccessToken
impl UnwindSafe for AccessToken
Blanket Implementations
Mutably borrows from an owned value. Read more