JWTClaimValue (property)

The claim value.

Syntax

- (NSString*)JWTClaimValue:(int)jWTClaimIndex;
- (void)setJWTClaimValue:(int)jWTClaimIndex:(NSString*)newJWTClaimValue;
public func JWTClaimValue(jWTClaimIndex: Int32) throws -> String
public func setJWTClaimValue(jWTClaimIndex: Int32, newJWTClaimValue: String) throws -> Void

Default Value

""

Remarks

The claim value.

The JWTClaimIndex parameter specifies the index of the item in the array. The size of the array is controlled by the JWTClaimCount property.

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