Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.27 KB

WebAuthnChallengeRequest.md

File metadata and controls

186 lines (101 loc) · 5.27 KB

WebAuthnChallengeRequest

Properties

Name Type Description Notes
Id Pointer to string [optional]
AttestationObject Pointer to string [optional]
ClientData Pointer to string [optional]
Type Pointer to string [optional]
AuthenticatorData Pointer to string [optional]
Signature Pointer to string [optional]

Methods

NewWebAuthnChallengeRequest

func NewWebAuthnChallengeRequest() *WebAuthnChallengeRequest

NewWebAuthnChallengeRequest instantiates a new WebAuthnChallengeRequest 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

NewWebAuthnChallengeRequestWithDefaults

func NewWebAuthnChallengeRequestWithDefaults() *WebAuthnChallengeRequest

NewWebAuthnChallengeRequestWithDefaults instantiates a new WebAuthnChallengeRequest 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

GetId

func (o *WebAuthnChallengeRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *WebAuthnChallengeRequest) GetIdOk() (*string, bool)

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

SetId

func (o *WebAuthnChallengeRequest) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *WebAuthnChallengeRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetAttestationObject

func (o *WebAuthnChallengeRequest) GetAttestationObject() string

GetAttestationObject returns the AttestationObject field if non-nil, zero value otherwise.

GetAttestationObjectOk

func (o *WebAuthnChallengeRequest) GetAttestationObjectOk() (*string, bool)

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

SetAttestationObject

func (o *WebAuthnChallengeRequest) SetAttestationObject(v string)

SetAttestationObject sets AttestationObject field to given value.

HasAttestationObject

func (o *WebAuthnChallengeRequest) HasAttestationObject() bool

HasAttestationObject returns a boolean if a field has been set.

GetClientData

func (o *WebAuthnChallengeRequest) GetClientData() string

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

GetClientDataOk

func (o *WebAuthnChallengeRequest) 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 *WebAuthnChallengeRequest) SetClientData(v string)

SetClientData sets ClientData field to given value.

HasClientData

func (o *WebAuthnChallengeRequest) HasClientData() bool

HasClientData returns a boolean if a field has been set.

GetType

func (o *WebAuthnChallengeRequest) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *WebAuthnChallengeRequest) GetTypeOk() (*string, bool)

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

SetType

func (o *WebAuthnChallengeRequest) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *WebAuthnChallengeRequest) HasType() bool

HasType returns a boolean if a field has been set.

GetAuthenticatorData

func (o *WebAuthnChallengeRequest) GetAuthenticatorData() string

GetAuthenticatorData returns the AuthenticatorData field if non-nil, zero value otherwise.

GetAuthenticatorDataOk

func (o *WebAuthnChallengeRequest) GetAuthenticatorDataOk() (*string, bool)

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

SetAuthenticatorData

func (o *WebAuthnChallengeRequest) SetAuthenticatorData(v string)

SetAuthenticatorData sets AuthenticatorData field to given value.

HasAuthenticatorData

func (o *WebAuthnChallengeRequest) HasAuthenticatorData() bool

HasAuthenticatorData returns a boolean if a field has been set.

GetSignature

func (o *WebAuthnChallengeRequest) GetSignature() string

GetSignature returns the Signature field if non-nil, zero value otherwise.

GetSignatureOk

func (o *WebAuthnChallengeRequest) GetSignatureOk() (*string, bool)

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

SetSignature

func (o *WebAuthnChallengeRequest) SetSignature(v string)

SetSignature sets Signature field to given value.

HasSignature

func (o *WebAuthnChallengeRequest) HasSignature() bool

HasSignature returns a boolean if a field has been set.

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