Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRSA ¶
func NewRSA(l hclog.Logger, kp keyprovider.KeyProvider) (token.Service, error)
NewRSA returns an RSATokenService initialized and ready for use.
Types ¶
type RSAToken ¶
An RSAToken is a token that provides both the token.Claims required components and the jtw.StandardClaims.
type RSATokenService ¶
type RSATokenService struct {
// contains filtered or unexported fields
}
The RSATokenService provides RSA tokens and the means to verify them.
Click to show internal directories.
Click to hide internal directories.