Struct google_identitytoolkit3::api::CreateAuthUriResponse[][src]

pub struct CreateAuthUriResponse {
    pub all_providers: Option<Vec<String>>,
    pub auth_uri: Option<String>,
    pub captcha_required: Option<bool>,
    pub for_existing_provider: Option<bool>,
    pub kind: Option<String>,
    pub provider_id: Option<String>,
    pub registered: Option<bool>,
    pub session_id: Option<String>,
    pub signin_methods: Option<Vec<String>>,
}
Expand description

Response of creating the IDP authentication URL.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

all_providers: Option<Vec<String>>

all providers the user has once used to do federated login

auth_uri: Option<String>

The URI used by the IDP to authenticate the user.

captcha_required: Option<bool>

True if captcha is required.

for_existing_provider: Option<bool>

True if the authUri is for user’s existing provider.

kind: Option<String>

The fixed string identitytoolkit#CreateAuthUriResponse“.

provider_id: Option<String>

The provider ID of the auth URI.

registered: Option<bool>

Whether the user is registered if the identifier is an email.

session_id: Option<String>

Session ID which should be passed in the following verifyAssertion request.

signin_methods: Option<Vec<String>>

All sign-in methods this user has used.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.