IPWorks Auth 2020 Android Edition

Questions / Feedback?

Claims Property

The claims in the JWT.

Syntax

public JWTClaimList getClaims();
public void setClaims(JWTClaimList claims);

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.

Default Value

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