claimIssuer (property)

The issuer of the JWT.

Syntax

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

Default Value

""

Remarks

This property holds the issuer of the JWT. The value is a case-sensitive string.

This property corresponds to the iss JSON property.

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