Documentation
¶
Index ¶
- type DefaultClient
- func (d *DefaultClient) GetApprovedGrantTypes() sdk.Arguments
- func (d *DefaultClient) GetApprovedScopes() sdk.Arguments
- func (d *DefaultClient) GetID() string
- func (d *DefaultClient) GetIDTokenSigningAlg() jose.SignatureAlgorithm
- func (d *DefaultClient) GetPostLogoutRedirectURIs() []string
- func (d *DefaultClient) GetRedirectURIs() []string
- func (d *DefaultClient) GetSecret() string
- func (d *DefaultClient) IsPublic() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultClient ¶
type DefaultClient struct {
ID string
Secret string
Public bool
IDTokenSigningAlg jose.SignatureAlgorithm
RedirectURIs []string
PostLogoutRedirectURIs []string
ApprovedScopes sdk.Arguments
ApprovedGrantTypes sdk.Arguments
}
func (*DefaultClient) GetApprovedGrantTypes ¶
func (d *DefaultClient) GetApprovedGrantTypes() sdk.Arguments
func (*DefaultClient) GetApprovedScopes ¶
func (d *DefaultClient) GetApprovedScopes() sdk.Arguments
func (*DefaultClient) GetID ¶
func (d *DefaultClient) GetID() string
func (*DefaultClient) GetIDTokenSigningAlg ¶
func (d *DefaultClient) GetIDTokenSigningAlg() jose.SignatureAlgorithm
func (*DefaultClient) GetPostLogoutRedirectURIs ¶ added in v0.8.0
func (d *DefaultClient) GetPostLogoutRedirectURIs() []string
func (*DefaultClient) GetRedirectURIs ¶
func (d *DefaultClient) GetRedirectURIs() []string
func (*DefaultClient) GetSecret ¶
func (d *DefaultClient) GetSecret() string
func (*DefaultClient) IsPublic ¶
func (d *DefaultClient) IsPublic() bool
Click to show internal directories.
Click to hide internal directories.