Authentication provider for generating authentication info using a TEST registration key.
provider name. This name will be prepended to the generated UUID in JWT sub.
PEM encoded RSA private key.
key ID of the TEST registration key which is obtained from the admin console.
additional attributes to be added to the issued authentication info.
Optional
Readonly
Generates and returns authentication information.
authentication information.
Resets internal state and releases any associated resources.
Authentication provider for generating authentication info using a TEST registration key.
Param: name
provider name. This name will be prepended to the generated UUID in JWT sub.
Param: privateKey
PEM encoded RSA private key.
Param: keyId
key ID of the TEST registration key which is obtained from the admin console.
Param: attributes
additional attributes to be added to the issued authentication info.