IPWorks Auth 2020 JavaScript Edition

Questions / Feedback?

Claims Property

The claims in the JWT.

Syntax


 getClaims(): JWTClaimList;

 setClaims(claims: JWTClaimList): void;

Default Value

Remarks

This property specifies the claims within the JWT. This may be populated before calling Sign or Encrypt. This is populated with the parsed claims after calling Verify, Decrypt, or Parse.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 JavaScript Edition - Version 20.0 [Build 8262]