Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.53 KB

RefreshToken.md

File metadata and controls

51 lines (28 loc) · 1.53 KB

RefreshToken

Properties

Name Type Description Notes
RefreshToken string Refresh Token to be used to get a new Access token.

Methods

NewRefreshToken

func NewRefreshToken(refreshToken string, ) *RefreshToken

NewRefreshToken instantiates a new RefreshToken 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

NewRefreshTokenWithDefaults

func NewRefreshTokenWithDefaults() *RefreshToken

NewRefreshTokenWithDefaults instantiates a new RefreshToken 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

GetRefreshToken

func (o *RefreshToken) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field if non-nil, zero value otherwise.

GetRefreshTokenOk

func (o *RefreshToken) GetRefreshTokenOk() (*string, bool)

GetRefreshTokenOk returns a tuple with the RefreshToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRefreshToken

func (o *RefreshToken) SetRefreshToken(v string)

SetRefreshToken sets RefreshToken field to given value.

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