chore: adjustments to comments for things found while implementing Storage
This commit is contained in:
parent
98851d4ca6
commit
0d721d937e
4 changed files with 10 additions and 2 deletions
|
@ -248,6 +248,8 @@ func WithClientKey(path string) Option {
|
|||
}
|
||||
|
||||
// WithJWTProfile creates a signer used for the JWT Profile Client Authentication on the token endpoint
|
||||
// When creating the signer, be sure to include the KeyID in the SigningKey.
|
||||
// See client.NewSignerFromPrivateKeyByte for an example.
|
||||
func WithJWTProfile(signerFromKey SignerFromKey) Option {
|
||||
return func(rp *relyingParty) error {
|
||||
signer, err := signerFromKey()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue