Skip to main content

AuthRefreshResponse

Type Alias AuthRefreshResponse 

Source
pub type AuthRefreshResponse = AuthSession;

Aliased Type§

pub struct AuthRefreshResponse {
    pub access_token: String,
    pub refresh_token: String,
    pub expires_at: DateTime<Utc>,
    pub identity: Identity,
    pub org: Org,
    pub services: Vec<String>,
}

Fields§

§access_token: String§refresh_token: String§expires_at: DateTime<Utc>§identity: Identity§org: Org§services: Vec<String>