Name | Type | Description | Notes |
---|---|---|---|
Challenge | Pointer to Challenge | [optional] | |
Authenticators | Pointer to []string | [optional] |
func NewWebAuthnChallengeResponse() *WebAuthnChallengeResponse
NewWebAuthnChallengeResponse instantiates a new WebAuthnChallengeResponse 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 NewWebAuthnChallengeResponseWithDefaults() *WebAuthnChallengeResponse
NewWebAuthnChallengeResponseWithDefaults instantiates a new WebAuthnChallengeResponse 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 *WebAuthnChallengeResponse) GetChallenge() Challenge
GetChallenge returns the Challenge field if non-nil, zero value otherwise.
func (o *WebAuthnChallengeResponse) GetChallengeOk() (*Challenge, bool)
GetChallengeOk returns a tuple with the Challenge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebAuthnChallengeResponse) SetChallenge(v Challenge)
SetChallenge sets Challenge field to given value.
func (o *WebAuthnChallengeResponse) HasChallenge() bool
HasChallenge returns a boolean if a field has been set.
func (o *WebAuthnChallengeResponse) GetAuthenticators() []string
GetAuthenticators returns the Authenticators field if non-nil, zero value otherwise.
func (o *WebAuthnChallengeResponse) GetAuthenticatorsOk() (*[]string, bool)
GetAuthenticatorsOk returns a tuple with the Authenticators field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebAuthnChallengeResponse) SetAuthenticators(v []string)
SetAuthenticators sets Authenticators field to given value.
func (o *WebAuthnChallengeResponse) HasAuthenticators() bool
HasAuthenticators returns a boolean if a field has been set.