TokenClaim interface

Properties for expected token claims.

Properties

name

Name of the claim which must be present on the token.

value

Expected value of the claim to be present on the token.

Property Details

name

Name of the claim which must be present on the token.

name: string

Property Value

string

value

Expected value of the claim to be present on the token.

value: string

Property Value

string