Name | Type | Description | Notes |
---|---|---|---|
VerifierType | IdentityprotoVerifierType | ||
AuthToken | Pointer to string | [optional] | |
AuthSecret | Pointer to string | [optional] |
func NewSetVerifierCredentialsRequest(verifierType IdentityprotoVerifierType, ) *SetVerifierCredentialsRequest
NewSetVerifierCredentialsRequest instantiates a new SetVerifierCredentialsRequest 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 NewSetVerifierCredentialsRequestWithDefaults() *SetVerifierCredentialsRequest
NewSetVerifierCredentialsRequestWithDefaults instantiates a new SetVerifierCredentialsRequest 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 *SetVerifierCredentialsRequest) GetVerifierType() IdentityprotoVerifierType
GetVerifierType returns the VerifierType field if non-nil, zero value otherwise.
func (o *SetVerifierCredentialsRequest) GetVerifierTypeOk() (*IdentityprotoVerifierType, bool)
GetVerifierTypeOk returns a tuple with the VerifierType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetVerifierCredentialsRequest) SetVerifierType(v IdentityprotoVerifierType)
SetVerifierType sets VerifierType field to given value.
func (o *SetVerifierCredentialsRequest) GetAuthToken() string
GetAuthToken returns the AuthToken field if non-nil, zero value otherwise.
func (o *SetVerifierCredentialsRequest) GetAuthTokenOk() (*string, bool)
GetAuthTokenOk returns a tuple with the AuthToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetVerifierCredentialsRequest) SetAuthToken(v string)
SetAuthToken sets AuthToken field to given value.
func (o *SetVerifierCredentialsRequest) HasAuthToken() bool
HasAuthToken returns a boolean if a field has been set.
func (o *SetVerifierCredentialsRequest) GetAuthSecret() string
GetAuthSecret returns the AuthSecret field if non-nil, zero value otherwise.
func (o *SetVerifierCredentialsRequest) GetAuthSecretOk() (*string, bool)
GetAuthSecretOk returns a tuple with the AuthSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SetVerifierCredentialsRequest) SetAuthSecret(v string)
SetAuthSecret sets AuthSecret field to given value.
func (o *SetVerifierCredentialsRequest) HasAuthSecret() bool
HasAuthSecret returns a boolean if a field has been set.