Skip to content

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 }