Skip to content

PushNotificationChallengeRequestJwtHeader

JSON Web Token header used for the push notification challenge request JWT

algstring

Signing algorithm used

Example:"RS256"
kidstring

Signing key ID that matches the key ID used by the authorization server

Example:"“seD0hUMrcpFtlVVTmkDyJ0mGxlEygWEZ42ts9z4ih9M”"
typstring

Type of token

Value:"okta-pushbind+jwt"
Example:"okta-pushbind+jwt"
{ "alg": "RS256", "kid": "“seD0hUMrcpFtlVVTmkDyJ0mGxlEygWEZ42ts9z4ih9M”", "typ": "okta-pushbind+jwt" }