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"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript