Struct google_identitytoolkit3::VerifyCustomTokenResponse [] [src]

pub struct VerifyCustomTokenResponse {
    pub expires_in: Option<String>,
    pub id_token: Option<String>,
    pub kind: Option<String>,
    pub refresh_token: Option<String>,
}

Response from verifying a custom token

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

If idToken is STS id token, then this field will be expiration time of STS id token in seconds.

The GITKit token for authenticated user.

The fixed string "identitytoolkit#VerifyCustomTokenResponse".

If idToken is STS id token, then this field will be refresh token.

Trait Implementations

impl Debug for VerifyCustomTokenResponse
[src]

Formats the value using the given formatter.

impl Clone for VerifyCustomTokenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VerifyCustomTokenResponse
[src]

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

impl ResponseResult for VerifyCustomTokenResponse
[src]