Skip to main content

AuthFlowDiagnosisField

Struct AuthFlowDiagnosisField 

Source
pub struct AuthFlowDiagnosisField;

Implementations§

Source§

impl AuthFlowDiagnosisField

Source

pub const ADAPTER: &'static str = "adapter"

Source

pub const ACCESS_TOKEN_PRESENT: &'static str = "access_token_present"

Source

pub const AUTH_FAMILY: &'static str = "auth_family"

Source

pub const AUTH_SCHEME: &'static str = "auth_scheme"

Source

pub const CALLBACK_PATH: &'static str = "callback_path"

Source

pub const CREDENTIAL_SOURCE: &'static str = "credential_source"

Source

pub const DIRECTIVE_HEADER: &'static str = "directive_header"

Source

pub const ENTRY_IDS_COUNT: &'static str = "entry_ids_count"

Source

pub const ENTRY_NAME: &'static str = "entry_name"

Source

pub const ENTITY_KIND: &'static str = "entity_kind"

Source

pub const EXTERNAL_BASE_URL: &'static str = "external_base_url"

Source

pub const FAILURE_STAGE: &'static str = "failure_stage"

Source

pub const GROUP: &'static str = "group"

Source

pub const GROUP_ID: &'static str = "group_id"

Source

pub const GROUP_IDS_COUNT: &'static str = "group_ids_count"

Source

pub const HAS_AUTHORIZATION_HEADER: &'static str = "has_authorization_header"

Source

pub const HAS_CODE: &'static str = "has_code"

Source

pub const HAS_ID_TOKEN: &'static str = "has_id_token"

Source

pub const HAS_METADATA: &'static str = "has_metadata"

Source

pub const HAS_POST_AUTH_REDIRECT_URI: &'static str = "has_post_auth_redirect_uri"

Source

pub const HAS_PROPAGATION_DIRECTIVE: &'static str = "has_propagation_directive"

Source

pub const HAS_REQUESTED_POST_AUTH_REDIRECT_URI: &'static str = "has_requested_post_auth_redirect_uri"

Source

pub const HAS_STATE: &'static str = "has_state"

Source

pub const HAS_TARGET_ID: &'static str = "has_target_id"

Source

pub const HTTP_STATUS: &'static str = "http_status"

Source

pub const METADATA_ID_PRESENT: &'static str = "metadata_id_present"

Source

pub const METADATA_REDEEMED: &'static str = "metadata_redeemed"

Source

pub const METHOD: &'static str = "method"

Source

pub const MODE: &'static str = "mode"

Source

pub const OPERATION_KIND: &'static str = "operation_kind"

Source

pub const POST_AUTH_REDIRECT_PRESENT: &'static str = "post_auth_redirect_present"

Source

pub const PROPAGATION_ENABLED: &'static str = "propagation_enabled"

Source

pub const REASON: &'static str = "reason"

Source

pub const REQUEST_PATH: &'static str = "request_path"

Source

pub const RESPONSE_TRANSPORT: &'static str = "response_transport"

Source

pub const RESOLVED_CLIENT_IP_PRESENT: &'static str = "resolved_client_ip_present"

Source

pub const RESULT_COUNT: &'static str = "result_count"

Source

pub const ROUTE: &'static str = "route"

Source

pub const STATUS: &'static str = "status"

Source

pub const SUBJECT: &'static str = "subject"

Source

pub const TARGET_ID: &'static str = "target_id"

Source

pub const TARGET_PATH: &'static str = "target_path"

Source

pub const TOKEN_CREATED: &'static str = "token_created"

Source

pub const TRANSPORT: &'static str = "transport"

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> ErasedDestructor for T
where T: 'static,