client

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL