JWTClaimName (property)

The claim name.

Syntax

- (NSString*)JWTClaimName:(int)jWTClaimIndex;
- (void)setJWTClaimName:(int)jWTClaimIndex:(NSString*)newJWTClaimName;
public func JWTClaimName(jWTClaimIndex: Int32) throws -> String
public func setJWTClaimName(jWTClaimIndex: Int32, newJWTClaimName: String) throws -> Void

Default Value

""

Remarks

The claim name.

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]