Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Property

alg

The alg (Algorithm) Header Parameter identifies the cryptographic algorithm used to secure the JWT. Common values include HS256, RS256, etc.
var alg: String? { get set }