Skip to main content

RedeemMagicLinkResponseContent

Type Alias RedeemMagicLinkResponseContent 

Source
pub type RedeemMagicLinkResponseContent = SessionAuthorization;
Expand description

RedeemMagicLinkResponseContent, as the model names it.

Aliased Type§

pub struct RedeemMagicLinkResponseContent {
    pub session_token: SensitiveString,
    pub requires_signup_completion: bool,
}

Fields§

§session_token: SensitiveString

session_token.

§requires_signup_completion: bool

requires_signup_completion.