Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.39 KB

TokenObtain.md

File metadata and controls

93 lines (50 loc) · 2.39 KB

TokenObtain

Properties

Name Type Description Notes
Access string
Refresh string
LoginUrl string

Methods

NewTokenObtain

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

NewTokenObtainWithDefaults

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

GetAccess

func (o *TokenObtain) GetAccess() string

GetAccess returns the Access field if non-nil, zero value otherwise.

GetAccessOk

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.

SetAccess

func (o *TokenObtain) SetAccess(v string)

SetAccess sets Access field to given value.

GetRefresh

func (o *TokenObtain) GetRefresh() string

GetRefresh returns the Refresh field if non-nil, zero value otherwise.

GetRefreshOk

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.

SetRefresh

func (o *TokenObtain) SetRefresh(v string)

SetRefresh sets Refresh field to given value.

GetLoginUrl

func (o *TokenObtain) GetLoginUrl() string

GetLoginUrl returns the LoginUrl field if non-nil, zero value otherwise.

GetLoginUrlOk

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.

SetLoginUrl

func (o *TokenObtain) SetLoginUrl(v string)

SetLoginUrl sets LoginUrl field to given value.

[Back to Model list] [Back to API list] [Back to README]