Authentication info consisting of a JWT signed using the locally stored private key.
provider name. This name will be used to populate JWT iss (issuer).
PEM encoded RSA private key.
key ID.
username to be associated with the issued authentication info.
additional attributes to be added to the issued authentication info.
Optional
Generates and returns authentication information.
authentication information.
Resets internal state and releases any associated resources.
Authentication info consisting of a JWT signed using the locally stored private key.
Param: name
provider name. This name will be used to populate JWT iss (issuer).
Param: privateKey
PEM encoded RSA private key.
Param: keyId
key ID.
Param: username
username to be associated with the issued authentication info.
Param: attributes
additional attributes to be added to the issued authentication info.