Name | Type | Description | Notes |
---|---|---|---|
Issuer | string | [readonly] | |
Authorize | string | [readonly] | |
Token | string | [readonly] | |
UserInfo | string | [readonly] | |
ProviderInfo | string | [readonly] | |
Logout | string | [readonly] | |
Jwks | string | [readonly] |
func NewOAuth2ProviderSetupURLs(issuer string, authorize string, token string, userInfo string, providerInfo string, logout string, jwks string, ) *OAuth2ProviderSetupURLs
NewOAuth2ProviderSetupURLs instantiates a new OAuth2ProviderSetupURLs 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 NewOAuth2ProviderSetupURLsWithDefaults() *OAuth2ProviderSetupURLs
NewOAuth2ProviderSetupURLsWithDefaults instantiates a new OAuth2ProviderSetupURLs 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 *OAuth2ProviderSetupURLs) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *OAuth2ProviderSetupURLs) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2ProviderSetupURLs) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *OAuth2ProviderSetupURLs) GetAuthorize() string
GetAuthorize returns the Authorize field if non-nil, zero value otherwise.
func (o *OAuth2ProviderSetupURLs) GetAuthorizeOk() (*string, bool)
GetAuthorizeOk returns a tuple with the Authorize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2ProviderSetupURLs) SetAuthorize(v string)
SetAuthorize sets Authorize field to given value.
func (o *OAuth2ProviderSetupURLs) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *OAuth2ProviderSetupURLs) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2ProviderSetupURLs) SetToken(v string)
SetToken sets Token field to given value.
func (o *OAuth2ProviderSetupURLs) GetUserInfo() string
GetUserInfo returns the UserInfo field if non-nil, zero value otherwise.
func (o *OAuth2ProviderSetupURLs) GetUserInfoOk() (*string, bool)
GetUserInfoOk returns a tuple with the UserInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2ProviderSetupURLs) SetUserInfo(v string)
SetUserInfo sets UserInfo field to given value.
func (o *OAuth2ProviderSetupURLs) GetProviderInfo() string
GetProviderInfo returns the ProviderInfo field if non-nil, zero value otherwise.
func (o *OAuth2ProviderSetupURLs) GetProviderInfoOk() (*string, bool)
GetProviderInfoOk returns a tuple with the ProviderInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2ProviderSetupURLs) SetProviderInfo(v string)
SetProviderInfo sets ProviderInfo field to given value.
func (o *OAuth2ProviderSetupURLs) GetLogout() string
GetLogout returns the Logout field if non-nil, zero value otherwise.
func (o *OAuth2ProviderSetupURLs) GetLogoutOk() (*string, bool)
GetLogoutOk returns a tuple with the Logout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2ProviderSetupURLs) SetLogout(v string)
SetLogout sets Logout field to given value.
func (o *OAuth2ProviderSetupURLs) GetJwks() string
GetJwks returns the Jwks field if non-nil, zero value otherwise.
func (o *OAuth2ProviderSetupURLs) GetJwksOk() (*string, bool)
GetJwksOk returns a tuple with the Jwks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OAuth2ProviderSetupURLs) SetJwks(v string)
SetJwks sets Jwks field to given value.