claimJWTId (property)

The unique identifier for the JWT.

Syntax

@property (nonatomic,readwrite,assign,getter=claimJWTId,setter=setClaimJWTId:) NSString* claimJWTId;
- (NSString*)claimJWTId;
- (void)setClaimJWTId:(NSString*)newClaimJWTId;
public var claimJWTId: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property holds the unique identifier for the JWT. The value is a case-sensitive string.

This property corresponds to the jti JSON property.

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