claimIssuedAt (property)

The claim indicating the time at which the JWT was issued.

Syntax

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

Default Value

""

Remarks

This property holds the time at which the JWT was issued. This value corresponds to the iat JSON property.

This value is represented as a numeric value containing the number of seconds since the epoch (January 1st 1970). For instance 1498599163.

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