Skip to content

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

Instance Property

kid

The kid (Key ID) Header Parameter is a hint indicating which key was used to secure the JWT. This parameter allows originators to explicitly signal a change of key to recipients.
var kid: String? { get set }