Skip to main content

RequestToken

Type Alias RequestToken 

Source
pub type RequestToken = AccessToken;
Expand description

Internally the same as AccessToken, but the distinction is made for easier understanding

Aliased Type§

pub struct RequestToken {
    pub token: String,
    pub secret: String,
}

Fields§

§token: String§secret: String