Instance Propertyvapor.jwt-kit 5.1.2JWTKit

alg

The alg (Algorithm) Header Parameter identifies the cryptographic algorithm used to secure the JWT. Common values include HS256, RS256, etc.

JWTHeader+CommonFields.swift:4
var alg: String? { get set }