Documentation ¶
Index ¶
- type Client
- func NewClientSecretBasic(id, secret, tokenEndpoint string) Client
- func NewClientSecretJwt(id, clientSecret, tokenEndpoint string) Client
- func NewNoClient() Client
- func NewPrivateKeyJwt(id, tokenEndpoint string, privateKey *rsa.PrivateKey, ...) Client
- func NewTlsClientAuth(id, tokenEndpoint string) Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewClientSecretBasic ¶
func NewClientSecretJwt ¶
func NewNoClient ¶
func NewNoClient() Client
func NewPrivateKeyJwt ¶
func NewPrivateKeyJwt( id, tokenEndpoint string, privateKey *rsa.PrivateKey, signingAlgorithm jwt.SigningMethod, ) Client
func NewTlsClientAuth ¶
Click to show internal directories.
Click to hide internal directories.