TokenKey interface
Key properties for JWT token validation.
Properties
kid | JWT token key id. Validation keys are looked up based on the key id present on the JWT token header. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
kid
JWT token key id. Validation keys are looked up based on the key id present on the JWT token header.
kid: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "#Microsoft.VideoAnalyzer.RsaTokenKey" | "#Microsoft.VideoAnalyzer.EccTokenKey"
Property Value
"#Microsoft.VideoAnalyzer.RsaTokenKey" | "#Microsoft.VideoAnalyzer.EccTokenKey"