Skip to main content

AuthResponseKind

Type Alias AuthResponseKind 

Source
pub type AuthResponseKind = AuthenticateResponseKind;
Expand description

The generated response discriminator.

Aliased Type§

pub enum AuthResponseKind {
    Absent,
    Authenticated,
}

Variants§

§

Absent

§

Authenticated