Skip to content

PushNotificationChallengeResponseJwtHeader

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

algstringrequired

Signing algorithm used

Example:"RS256"
kidstringrequired

Signing key ID that matches the key ID used during the authenticator enrolment flow

Example:"“7fbc27fd-e3df-4522-86bf-1930110256ad”"
typstringrequired

Type of token

Value:"okta-pushbind+jwt"
Example:"okta-pushbind+jwt"
{ "alg": "RS256", "kid": "“7fbc27fd-e3df-4522-86bf-1930110256ad”", "typ": "okta-pushbind+jwt" }