Module: @nginstack/engine/lib/jose/Algorithm

Members


<inner, constant> Algorithm :string

Algoritmos utilizados para assinar ou encriptar um JWT.

Type:
  • string
Properties:
Name Type Default Description
HS256 string HS256
HS384 string HS384
HS512 string HS512
ES256 string ES256
ES384 string ES384
RS256 string RS256
RS384 string RS384
RS512 string RS512
PS256 string PS256
PS384 string PS384
PS512 string PS512