Struct rusoto_cognito_idp::AssociateSoftwareTokenRequest[][src]

pub struct AssociateSoftwareTokenRequest {
    pub access_token: Option<String>,
    pub session: Option<String>,
}

Fields

The access token.

The session which should be passed both ways in challenge-response calls to the service. This allows authentication of the user as part of the MFA setup process.

Trait Implementations

impl Default for AssociateSoftwareTokenRequest
[src]

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

impl Debug for AssociateSoftwareTokenRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for AssociateSoftwareTokenRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AssociateSoftwareTokenRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations