Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
func (*RSATokenService) GetKeys ¶
func (s *RSATokenService) GetKeys() error
GetKeys obtains the keys for an RSATokenService. If the keys are not available and it is not disabled, then a keypair will be generated.
Click to show internal directories.
Click to hide internal directories.