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] |
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
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
func (o *WebAuthnChallengeRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *WebAuthnChallengeRequest) SetId(v string)
SetId sets Id field to given value.
func (o *WebAuthnChallengeRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *WebAuthnChallengeRequest) GetAttestationObject() string
GetAttestationObject returns the AttestationObject field if non-nil, zero value otherwise.
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.
func (o *WebAuthnChallengeRequest) SetAttestationObject(v string)
SetAttestationObject sets AttestationObject field to given value.
func (o *WebAuthnChallengeRequest) HasAttestationObject() bool
HasAttestationObject returns a boolean if a field has been set.
func (o *WebAuthnChallengeRequest) GetClientData() string
GetClientData returns the ClientData field if non-nil, zero value otherwise.
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.
func (o *WebAuthnChallengeRequest) SetClientData(v string)
SetClientData sets ClientData field to given value.
func (o *WebAuthnChallengeRequest) HasClientData() bool
HasClientData returns a boolean if a field has been set.
func (o *WebAuthnChallengeRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *WebAuthnChallengeRequest) SetType(v string)
SetType sets Type field to given value.
func (o *WebAuthnChallengeRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (o *WebAuthnChallengeRequest) GetAuthenticatorData() string
GetAuthenticatorData returns the AuthenticatorData field if non-nil, zero value otherwise.
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.
func (o *WebAuthnChallengeRequest) SetAuthenticatorData(v string)
SetAuthenticatorData sets AuthenticatorData field to given value.
func (o *WebAuthnChallengeRequest) HasAuthenticatorData() bool
HasAuthenticatorData returns a boolean if a field has been set.
func (o *WebAuthnChallengeRequest) GetSignature() string
GetSignature returns the Signature field if non-nil, zero value otherwise.
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.
func (o *WebAuthnChallengeRequest) SetSignature(v string)
SetSignature sets Signature field to given value.
func (o *WebAuthnChallengeRequest) HasSignature() bool
HasSignature returns a boolean if a field has been set.