Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.62 KB

VerifyFactorRequest.md

File metadata and controls

238 lines (129 loc) · 6.62 KB

VerifyFactorRequest

Properties

Name Type Description Notes
ActivationToken Pointer to string [optional]
Answer Pointer to string [optional]
Attestation Pointer to string [optional]
ClientData Pointer to string [optional]
NextPassCode Pointer to string [optional]
PassCode Pointer to string [optional]
RegistrationData Pointer to string [optional]
StateToken Pointer to string [optional]

Methods

NewVerifyFactorRequest

func NewVerifyFactorRequest() *VerifyFactorRequest

NewVerifyFactorRequest instantiates a new VerifyFactorRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewVerifyFactorRequestWithDefaults

func NewVerifyFactorRequestWithDefaults() *VerifyFactorRequest

NewVerifyFactorRequestWithDefaults instantiates a new VerifyFactorRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetActivationToken

func (o *VerifyFactorRequest) GetActivationToken() string

GetActivationToken returns the ActivationToken field if non-nil, zero value otherwise.

GetActivationTokenOk

func (o *VerifyFactorRequest) GetActivationTokenOk() (*string, bool)

GetActivationTokenOk returns a tuple with the ActivationToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetActivationToken

func (o *VerifyFactorRequest) SetActivationToken(v string)

SetActivationToken sets ActivationToken field to given value.

HasActivationToken

func (o *VerifyFactorRequest) HasActivationToken() bool

HasActivationToken returns a boolean if a field has been set.

GetAnswer

func (o *VerifyFactorRequest) GetAnswer() string

GetAnswer returns the Answer field if non-nil, zero value otherwise.

GetAnswerOk

func (o *VerifyFactorRequest) GetAnswerOk() (*string, bool)

GetAnswerOk returns a tuple with the Answer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAnswer

func (o *VerifyFactorRequest) SetAnswer(v string)

SetAnswer sets Answer field to given value.

HasAnswer

func (o *VerifyFactorRequest) HasAnswer() bool

HasAnswer returns a boolean if a field has been set.

GetAttestation

func (o *VerifyFactorRequest) GetAttestation() string

GetAttestation returns the Attestation field if non-nil, zero value otherwise.

GetAttestationOk

func (o *VerifyFactorRequest) GetAttestationOk() (*string, bool)

GetAttestationOk returns a tuple with the Attestation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAttestation

func (o *VerifyFactorRequest) SetAttestation(v string)

SetAttestation sets Attestation field to given value.

HasAttestation

func (o *VerifyFactorRequest) HasAttestation() bool

HasAttestation returns a boolean if a field has been set.

GetClientData

func (o *VerifyFactorRequest) GetClientData() string

GetClientData returns the ClientData field if non-nil, zero value otherwise.

GetClientDataOk

func (o *VerifyFactorRequest) GetClientDataOk() (*string, bool)

GetClientDataOk returns a tuple with the ClientData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClientData

func (o *VerifyFactorRequest) SetClientData(v string)

SetClientData sets ClientData field to given value.

HasClientData

func (o *VerifyFactorRequest) HasClientData() bool

HasClientData returns a boolean if a field has been set.

GetNextPassCode

func (o *VerifyFactorRequest) GetNextPassCode() string

GetNextPassCode returns the NextPassCode field if non-nil, zero value otherwise.

GetNextPassCodeOk

func (o *VerifyFactorRequest) GetNextPassCodeOk() (*string, bool)

GetNextPassCodeOk returns a tuple with the NextPassCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNextPassCode

func (o *VerifyFactorRequest) SetNextPassCode(v string)

SetNextPassCode sets NextPassCode field to given value.

HasNextPassCode

func (o *VerifyFactorRequest) HasNextPassCode() bool

HasNextPassCode returns a boolean if a field has been set.

GetPassCode

func (o *VerifyFactorRequest) GetPassCode() string

GetPassCode returns the PassCode field if non-nil, zero value otherwise.

GetPassCodeOk

func (o *VerifyFactorRequest) GetPassCodeOk() (*string, bool)

GetPassCodeOk returns a tuple with the PassCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPassCode

func (o *VerifyFactorRequest) SetPassCode(v string)

SetPassCode sets PassCode field to given value.

HasPassCode

func (o *VerifyFactorRequest) HasPassCode() bool

HasPassCode returns a boolean if a field has been set.

GetRegistrationData

func (o *VerifyFactorRequest) GetRegistrationData() string

GetRegistrationData returns the RegistrationData field if non-nil, zero value otherwise.

GetRegistrationDataOk

func (o *VerifyFactorRequest) GetRegistrationDataOk() (*string, bool)

GetRegistrationDataOk returns a tuple with the RegistrationData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRegistrationData

func (o *VerifyFactorRequest) SetRegistrationData(v string)

SetRegistrationData sets RegistrationData field to given value.

HasRegistrationData

func (o *VerifyFactorRequest) HasRegistrationData() bool

HasRegistrationData returns a boolean if a field has been set.

GetStateToken

func (o *VerifyFactorRequest) GetStateToken() string

GetStateToken returns the StateToken field if non-nil, zero value otherwise.

GetStateTokenOk

func (o *VerifyFactorRequest) GetStateTokenOk() (*string, bool)

GetStateTokenOk returns a tuple with the StateToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStateToken

func (o *VerifyFactorRequest) SetStateToken(v string)

SetStateToken sets StateToken field to given value.

HasStateToken

func (o *VerifyFactorRequest) HasStateToken() bool

HasStateToken returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]