Name | Type | Description | Notes |
---|---|---|---|
LogoutToken | string | LogoutToken can be used to perform logout using AJAX. | |
LogoutUrl | string | LogoutURL can be opened in a browser to sign the user out. format: uri |
func NewSelfServiceLogoutUrl(logoutToken string, logoutUrl string, ) *SelfServiceLogoutUrl
NewSelfServiceLogoutUrl instantiates a new SelfServiceLogoutUrl 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 NewSelfServiceLogoutUrlWithDefaults() *SelfServiceLogoutUrl
NewSelfServiceLogoutUrlWithDefaults instantiates a new SelfServiceLogoutUrl 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 *SelfServiceLogoutUrl) GetLogoutToken() string
GetLogoutToken returns the LogoutToken field if non-nil, zero value otherwise.
func (o *SelfServiceLogoutUrl) GetLogoutTokenOk() (*string, bool)
GetLogoutTokenOk returns a tuple with the LogoutToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceLogoutUrl) SetLogoutToken(v string)
SetLogoutToken sets LogoutToken field to given value.
func (o *SelfServiceLogoutUrl) GetLogoutUrl() string
GetLogoutUrl returns the LogoutUrl field if non-nil, zero value otherwise.
func (o *SelfServiceLogoutUrl) GetLogoutUrlOk() (*string, bool)
GetLogoutUrlOk returns a tuple with the LogoutUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfServiceLogoutUrl) SetLogoutUrl(v string)
SetLogoutUrl sets LogoutUrl field to given value.