Name | Type | Description | Notes |
---|---|---|---|
Access | string | ||
Refresh | string | ||
LoginUrl | string |
func NewTokenObtain(access string, refresh string, loginUrl string, ) *TokenObtain
NewTokenObtain instantiates a new TokenObtain 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 NewTokenObtainWithDefaults() *TokenObtain
NewTokenObtainWithDefaults instantiates a new TokenObtain 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 *TokenObtain) GetAccess() string
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *TokenObtain) GetAccessOk() (*string, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenObtain) SetAccess(v string)
SetAccess sets Access field to given value.
func (o *TokenObtain) GetRefresh() string
GetRefresh returns the Refresh field if non-nil, zero value otherwise.
func (o *TokenObtain) GetRefreshOk() (*string, bool)
GetRefreshOk returns a tuple with the Refresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenObtain) SetRefresh(v string)
SetRefresh sets Refresh field to given value.
func (o *TokenObtain) GetLoginUrl() string
GetLoginUrl returns the LoginUrl field if non-nil, zero value otherwise.
func (o *TokenObtain) GetLoginUrlOk() (*string, bool)
GetLoginUrlOk returns a tuple with the LoginUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenObtain) SetLoginUrl(v string)
SetLoginUrl sets LoginUrl field to given value.