Struct google_identitytoolkit3::SetAccountInfoResponseProviderUserInfo [] [src]

pub struct SetAccountInfoResponseProviderUserInfo {
    pub federated_id: Option<String>,
    pub provider_id: Option<String>,
    pub display_name: Option<String>,
    pub photo_url: Option<String>,
}

The user's profiles at the associated IdPs.

This type is not used in any activity, and only used as part of another schema.

Fields

User's identifier at IDP.

The IdP ID. For whitelisted IdPs it's a short domain name, e.g., google.com, aol.com, live.net and yahoo.com. For other OpenID IdPs it's the OP identifier.

The user's display name at the IDP.

The user's photo url at the IDP.

Trait Implementations

impl Debug for SetAccountInfoResponseProviderUserInfo
[src]

Formats the value using the given formatter.

impl Clone for SetAccountInfoResponseProviderUserInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SetAccountInfoResponseProviderUserInfo
[src]

Returns the "default value" for a type. Read more

impl NestedType for SetAccountInfoResponseProviderUserInfo
[src]

impl Part for SetAccountInfoResponseProviderUserInfo
[src]