Name | Type | Description | Notes |
---|---|---|---|
Issuer | string | ||
AuthorizationEndpoint | string | ||
TokenEndpoint | string | ||
UserinfoEndpoint | string | ||
EndSessionEndpoint | string | ||
IntrospectionEndpoint | string | ||
JwksUri | string | ||
ResponseTypesSupported | []string | ||
IdTokenSigningAlgValuesSupported | []string | ||
SubjectTypesSupported | []string | ||
TokenEndpointAuthMethodsSupported | []string |
func NewOpenIDConnectConfiguration(issuer string, authorizationEndpoint string, tokenEndpoint string, userinfoEndpoint string, endSessionEndpoint string, introspectionEndpoint string, jwksUri string, responseTypesSupported []string, idTokenSigningAlgValuesSupported []string, subjectTypesSupported []string, tokenEndpointAuthMethodsSupported []string, ) *OpenIDConnectConfiguration
NewOpenIDConnectConfiguration instantiates a new OpenIDConnectConfiguration 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 NewOpenIDConnectConfigurationWithDefaults() *OpenIDConnectConfiguration
NewOpenIDConnectConfigurationWithDefaults instantiates a new OpenIDConnectConfiguration 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 *OpenIDConnectConfiguration) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) 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 *OpenIDConnectConfiguration) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *OpenIDConnectConfiguration) GetAuthorizationEndpoint() string
GetAuthorizationEndpoint returns the AuthorizationEndpoint field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetAuthorizationEndpointOk() (*string, bool)
GetAuthorizationEndpointOk returns a tuple with the AuthorizationEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetAuthorizationEndpoint(v string)
SetAuthorizationEndpoint sets AuthorizationEndpoint field to given value.
func (o *OpenIDConnectConfiguration) GetTokenEndpoint() string
GetTokenEndpoint returns the TokenEndpoint field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetTokenEndpointOk() (*string, bool)
GetTokenEndpointOk returns a tuple with the TokenEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetTokenEndpoint(v string)
SetTokenEndpoint sets TokenEndpoint field to given value.
func (o *OpenIDConnectConfiguration) GetUserinfoEndpoint() string
GetUserinfoEndpoint returns the UserinfoEndpoint field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetUserinfoEndpointOk() (*string, bool)
GetUserinfoEndpointOk returns a tuple with the UserinfoEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetUserinfoEndpoint(v string)
SetUserinfoEndpoint sets UserinfoEndpoint field to given value.
func (o *OpenIDConnectConfiguration) GetEndSessionEndpoint() string
GetEndSessionEndpoint returns the EndSessionEndpoint field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetEndSessionEndpointOk() (*string, bool)
GetEndSessionEndpointOk returns a tuple with the EndSessionEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetEndSessionEndpoint(v string)
SetEndSessionEndpoint sets EndSessionEndpoint field to given value.
func (o *OpenIDConnectConfiguration) GetIntrospectionEndpoint() string
GetIntrospectionEndpoint returns the IntrospectionEndpoint field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetIntrospectionEndpointOk() (*string, bool)
GetIntrospectionEndpointOk returns a tuple with the IntrospectionEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetIntrospectionEndpoint(v string)
SetIntrospectionEndpoint sets IntrospectionEndpoint field to given value.
func (o *OpenIDConnectConfiguration) GetJwksUri() string
GetJwksUri returns the JwksUri field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetJwksUriOk() (*string, bool)
GetJwksUriOk returns a tuple with the JwksUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetJwksUri(v string)
SetJwksUri sets JwksUri field to given value.
func (o *OpenIDConnectConfiguration) GetResponseTypesSupported() []string
GetResponseTypesSupported returns the ResponseTypesSupported field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetResponseTypesSupportedOk() (*[]string, bool)
GetResponseTypesSupportedOk returns a tuple with the ResponseTypesSupported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetResponseTypesSupported(v []string)
SetResponseTypesSupported sets ResponseTypesSupported field to given value.
func (o *OpenIDConnectConfiguration) GetIdTokenSigningAlgValuesSupported() []string
GetIdTokenSigningAlgValuesSupported returns the IdTokenSigningAlgValuesSupported field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetIdTokenSigningAlgValuesSupportedOk() (*[]string, bool)
GetIdTokenSigningAlgValuesSupportedOk returns a tuple with the IdTokenSigningAlgValuesSupported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetIdTokenSigningAlgValuesSupported(v []string)
SetIdTokenSigningAlgValuesSupported sets IdTokenSigningAlgValuesSupported field to given value.
func (o *OpenIDConnectConfiguration) GetSubjectTypesSupported() []string
GetSubjectTypesSupported returns the SubjectTypesSupported field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetSubjectTypesSupportedOk() (*[]string, bool)
GetSubjectTypesSupportedOk returns a tuple with the SubjectTypesSupported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetSubjectTypesSupported(v []string)
SetSubjectTypesSupported sets SubjectTypesSupported field to given value.
func (o *OpenIDConnectConfiguration) GetTokenEndpointAuthMethodsSupported() []string
GetTokenEndpointAuthMethodsSupported returns the TokenEndpointAuthMethodsSupported field if non-nil, zero value otherwise.
func (o *OpenIDConnectConfiguration) GetTokenEndpointAuthMethodsSupportedOk() (*[]string, bool)
GetTokenEndpointAuthMethodsSupportedOk returns a tuple with the TokenEndpointAuthMethodsSupported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OpenIDConnectConfiguration) SetTokenEndpointAuthMethodsSupported(v []string)
SetTokenEndpointAuthMethodsSupported sets TokenEndpointAuthMethodsSupported field to given value.