Name | Type | Description | Notes |
---|---|---|---|
Jti | Pointer to string | [optional] | |
Exp | Pointer to int64 | [optional] | |
Nbf | Pointer to int64 | [optional] | |
Iat | Pointer to int64 | [optional] | |
Iss | Pointer to string | [optional] | |
Sub | Pointer to string | [optional] | |
Typ | Pointer to string | [optional] | |
Azp | Pointer to string | [optional] | |
OtherClaims | Pointer to map[string]interface{} | [optional] | |
Nonce | Pointer to string | [optional] | |
AuthTime | Pointer to int64 | [optional] | |
Sid | Pointer to string | [optional] | |
AtHash | Pointer to string | [optional] | |
CHash | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
GivenName | Pointer to string | [optional] | |
FamilyName | Pointer to string | [optional] | |
MiddleName | Pointer to string | [optional] | |
Nickname | Pointer to string | [optional] | |
PreferredUsername | Pointer to string | [optional] | |
Profile | Pointer to string | [optional] | |
Picture | Pointer to string | [optional] | |
Website | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
EmailVerified | Pointer to bool | [optional] | |
Gender | Pointer to string | [optional] | |
Birthdate | Pointer to string | [optional] | |
Zoneinfo | Pointer to string | [optional] | |
Locale | Pointer to string | [optional] | |
PhoneNumber | Pointer to string | [optional] | |
PhoneNumberVerified | Pointer to bool | [optional] | |
Address | Pointer to AddressClaimSet | [optional] | |
UpdatedAt | Pointer to int64 | [optional] | |
ClaimsLocales | Pointer to string | [optional] | |
Acr | Pointer to string | [optional] | |
SHash | Pointer to string | [optional] |
func NewIDToken() *IDToken
NewIDToken instantiates a new IDToken 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 NewIDTokenWithDefaults() *IDToken
NewIDTokenWithDefaults instantiates a new IDToken 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 *IDToken) GetJti() string
GetJti returns the Jti field if non-nil, zero value otherwise.
func (o *IDToken) GetJtiOk() (*string, bool)
GetJtiOk returns a tuple with the Jti field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetJti(v string)
SetJti sets Jti field to given value.
func (o *IDToken) HasJti() bool
HasJti returns a boolean if a field has been set.
func (o *IDToken) GetExp() int64
GetExp returns the Exp field if non-nil, zero value otherwise.
func (o *IDToken) GetExpOk() (*int64, bool)
GetExpOk returns a tuple with the Exp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetExp(v int64)
SetExp sets Exp field to given value.
func (o *IDToken) HasExp() bool
HasExp returns a boolean if a field has been set.
func (o *IDToken) GetNbf() int64
GetNbf returns the Nbf field if non-nil, zero value otherwise.
func (o *IDToken) GetNbfOk() (*int64, bool)
GetNbfOk returns a tuple with the Nbf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetNbf(v int64)
SetNbf sets Nbf field to given value.
func (o *IDToken) HasNbf() bool
HasNbf returns a boolean if a field has been set.
func (o *IDToken) GetIat() int64
GetIat returns the Iat field if non-nil, zero value otherwise.
func (o *IDToken) GetIatOk() (*int64, bool)
GetIatOk returns a tuple with the Iat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetIat(v int64)
SetIat sets Iat field to given value.
func (o *IDToken) HasIat() bool
HasIat returns a boolean if a field has been set.
func (o *IDToken) GetIss() string
GetIss returns the Iss field if non-nil, zero value otherwise.
func (o *IDToken) GetIssOk() (*string, bool)
GetIssOk returns a tuple with the Iss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetIss(v string)
SetIss sets Iss field to given value.
func (o *IDToken) HasIss() bool
HasIss returns a boolean if a field has been set.
func (o *IDToken) GetSub() string
GetSub returns the Sub field if non-nil, zero value otherwise.
func (o *IDToken) GetSubOk() (*string, bool)
GetSubOk returns a tuple with the Sub field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetSub(v string)
SetSub sets Sub field to given value.
func (o *IDToken) HasSub() bool
HasSub returns a boolean if a field has been set.
func (o *IDToken) GetTyp() string
GetTyp returns the Typ field if non-nil, zero value otherwise.
func (o *IDToken) GetTypOk() (*string, bool)
GetTypOk returns a tuple with the Typ field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetTyp(v string)
SetTyp sets Typ field to given value.
func (o *IDToken) HasTyp() bool
HasTyp returns a boolean if a field has been set.
func (o *IDToken) GetAzp() string
GetAzp returns the Azp field if non-nil, zero value otherwise.
func (o *IDToken) GetAzpOk() (*string, bool)
GetAzpOk returns a tuple with the Azp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetAzp(v string)
SetAzp sets Azp field to given value.
func (o *IDToken) HasAzp() bool
HasAzp returns a boolean if a field has been set.
func (o *IDToken) GetOtherClaims() map[string]interface{}
GetOtherClaims returns the OtherClaims field if non-nil, zero value otherwise.
func (o *IDToken) GetOtherClaimsOk() (*map[string]interface{}, bool)
GetOtherClaimsOk returns a tuple with the OtherClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetOtherClaims(v map[string]interface{})
SetOtherClaims sets OtherClaims field to given value.
func (o *IDToken) HasOtherClaims() bool
HasOtherClaims returns a boolean if a field has been set.
func (o *IDToken) GetNonce() string
GetNonce returns the Nonce field if non-nil, zero value otherwise.
func (o *IDToken) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetNonce(v string)
SetNonce sets Nonce field to given value.
func (o *IDToken) HasNonce() bool
HasNonce returns a boolean if a field has been set.
func (o *IDToken) GetAuthTime() int64
GetAuthTime returns the AuthTime field if non-nil, zero value otherwise.
func (o *IDToken) GetAuthTimeOk() (*int64, bool)
GetAuthTimeOk returns a tuple with the AuthTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetAuthTime(v int64)
SetAuthTime sets AuthTime field to given value.
func (o *IDToken) HasAuthTime() bool
HasAuthTime returns a boolean if a field has been set.
func (o *IDToken) GetSid() string
GetSid returns the Sid field if non-nil, zero value otherwise.
func (o *IDToken) GetSidOk() (*string, bool)
GetSidOk returns a tuple with the Sid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetSid(v string)
SetSid sets Sid field to given value.
func (o *IDToken) HasSid() bool
HasSid returns a boolean if a field has been set.
func (o *IDToken) GetAtHash() string
GetAtHash returns the AtHash field if non-nil, zero value otherwise.
func (o *IDToken) GetAtHashOk() (*string, bool)
GetAtHashOk returns a tuple with the AtHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetAtHash(v string)
SetAtHash sets AtHash field to given value.
func (o *IDToken) HasAtHash() bool
HasAtHash returns a boolean if a field has been set.
func (o *IDToken) GetCHash() string
GetCHash returns the CHash field if non-nil, zero value otherwise.
func (o *IDToken) GetCHashOk() (*string, bool)
GetCHashOk returns a tuple with the CHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetCHash(v string)
SetCHash sets CHash field to given value.
func (o *IDToken) HasCHash() bool
HasCHash returns a boolean if a field has been set.
func (o *IDToken) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IDToken) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetName(v string)
SetName sets Name field to given value.
func (o *IDToken) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IDToken) GetGivenName() string
GetGivenName returns the GivenName field if non-nil, zero value otherwise.
func (o *IDToken) GetGivenNameOk() (*string, bool)
GetGivenNameOk returns a tuple with the GivenName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetGivenName(v string)
SetGivenName sets GivenName field to given value.
func (o *IDToken) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (o *IDToken) GetFamilyName() string
GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
func (o *IDToken) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetFamilyName(v string)
SetFamilyName sets FamilyName field to given value.
func (o *IDToken) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (o *IDToken) GetMiddleName() string
GetMiddleName returns the MiddleName field if non-nil, zero value otherwise.
func (o *IDToken) GetMiddleNameOk() (*string, bool)
GetMiddleNameOk returns a tuple with the MiddleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetMiddleName(v string)
SetMiddleName sets MiddleName field to given value.
func (o *IDToken) HasMiddleName() bool
HasMiddleName returns a boolean if a field has been set.
func (o *IDToken) GetNickname() string
GetNickname returns the Nickname field if non-nil, zero value otherwise.
func (o *IDToken) GetNicknameOk() (*string, bool)
GetNicknameOk returns a tuple with the Nickname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetNickname(v string)
SetNickname sets Nickname field to given value.
func (o *IDToken) HasNickname() bool
HasNickname returns a boolean if a field has been set.
func (o *IDToken) GetPreferredUsername() string
GetPreferredUsername returns the PreferredUsername field if non-nil, zero value otherwise.
func (o *IDToken) GetPreferredUsernameOk() (*string, bool)
GetPreferredUsernameOk returns a tuple with the PreferredUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetPreferredUsername(v string)
SetPreferredUsername sets PreferredUsername field to given value.
func (o *IDToken) HasPreferredUsername() bool
HasPreferredUsername returns a boolean if a field has been set.
func (o *IDToken) GetProfile() string
GetProfile returns the Profile field if non-nil, zero value otherwise.
func (o *IDToken) GetProfileOk() (*string, bool)
GetProfileOk returns a tuple with the Profile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetProfile(v string)
SetProfile sets Profile field to given value.
func (o *IDToken) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (o *IDToken) GetPicture() string
GetPicture returns the Picture field if non-nil, zero value otherwise.
func (o *IDToken) GetPictureOk() (*string, bool)
GetPictureOk returns a tuple with the Picture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetPicture(v string)
SetPicture sets Picture field to given value.
func (o *IDToken) HasPicture() bool
HasPicture returns a boolean if a field has been set.
func (o *IDToken) GetWebsite() string
GetWebsite returns the Website field if non-nil, zero value otherwise.
func (o *IDToken) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetWebsite(v string)
SetWebsite sets Website field to given value.
func (o *IDToken) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (o *IDToken) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *IDToken) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *IDToken) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *IDToken) GetEmailVerified() bool
GetEmailVerified returns the EmailVerified field if non-nil, zero value otherwise.
func (o *IDToken) GetEmailVerifiedOk() (*bool, bool)
GetEmailVerifiedOk returns a tuple with the EmailVerified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetEmailVerified(v bool)
SetEmailVerified sets EmailVerified field to given value.
func (o *IDToken) HasEmailVerified() bool
HasEmailVerified returns a boolean if a field has been set.
func (o *IDToken) GetGender() string
GetGender returns the Gender field if non-nil, zero value otherwise.
func (o *IDToken) GetGenderOk() (*string, bool)
GetGenderOk returns a tuple with the Gender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetGender(v string)
SetGender sets Gender field to given value.
func (o *IDToken) HasGender() bool
HasGender returns a boolean if a field has been set.
func (o *IDToken) GetBirthdate() string
GetBirthdate returns the Birthdate field if non-nil, zero value otherwise.
func (o *IDToken) GetBirthdateOk() (*string, bool)
GetBirthdateOk returns a tuple with the Birthdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetBirthdate(v string)
SetBirthdate sets Birthdate field to given value.
func (o *IDToken) HasBirthdate() bool
HasBirthdate returns a boolean if a field has been set.
func (o *IDToken) GetZoneinfo() string
GetZoneinfo returns the Zoneinfo field if non-nil, zero value otherwise.
func (o *IDToken) GetZoneinfoOk() (*string, bool)
GetZoneinfoOk returns a tuple with the Zoneinfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetZoneinfo(v string)
SetZoneinfo sets Zoneinfo field to given value.
func (o *IDToken) HasZoneinfo() bool
HasZoneinfo returns a boolean if a field has been set.
func (o *IDToken) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *IDToken) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *IDToken) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *IDToken) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *IDToken) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *IDToken) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *IDToken) GetPhoneNumberVerified() bool
GetPhoneNumberVerified returns the PhoneNumberVerified field if non-nil, zero value otherwise.
func (o *IDToken) GetPhoneNumberVerifiedOk() (*bool, bool)
GetPhoneNumberVerifiedOk returns a tuple with the PhoneNumberVerified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetPhoneNumberVerified(v bool)
SetPhoneNumberVerified sets PhoneNumberVerified field to given value.
func (o *IDToken) HasPhoneNumberVerified() bool
HasPhoneNumberVerified returns a boolean if a field has been set.
func (o *IDToken) GetAddress() AddressClaimSet
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *IDToken) GetAddressOk() (*AddressClaimSet, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetAddress(v AddressClaimSet)
SetAddress sets Address field to given value.
func (o *IDToken) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *IDToken) GetUpdatedAt() int64
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *IDToken) GetUpdatedAtOk() (*int64, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetUpdatedAt(v int64)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *IDToken) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *IDToken) GetClaimsLocales() string
GetClaimsLocales returns the ClaimsLocales field if non-nil, zero value otherwise.
func (o *IDToken) GetClaimsLocalesOk() (*string, bool)
GetClaimsLocalesOk returns a tuple with the ClaimsLocales field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetClaimsLocales(v string)
SetClaimsLocales sets ClaimsLocales field to given value.
func (o *IDToken) HasClaimsLocales() bool
HasClaimsLocales returns a boolean if a field has been set.
func (o *IDToken) GetAcr() string
GetAcr returns the Acr field if non-nil, zero value otherwise.
func (o *IDToken) GetAcrOk() (*string, bool)
GetAcrOk returns a tuple with the Acr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetAcr(v string)
SetAcr sets Acr field to given value.
func (o *IDToken) HasAcr() bool
HasAcr returns a boolean if a field has been set.
func (o *IDToken) GetSHash() string
GetSHash returns the SHash field if non-nil, zero value otherwise.
func (o *IDToken) GetSHashOk() (*string, bool)
GetSHashOk returns a tuple with the SHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IDToken) SetSHash(v string)
SetSHash sets SHash field to given value.
func (o *IDToken) HasSHash() bool
HasSHash returns a boolean if a field has been set.