userDetailsTokenIssuedAt (property)

This property holds the time when the token was issued.

Syntax

@property (nonatomic,readonly,assign,getter=userDetailsTokenIssuedAt) long long userDetailsTokenIssuedAt;
- (long long)userDetailsTokenIssuedAt;
public var userDetailsTokenIssuedAt: Int64 {
  get {...}
}

Default Value

0

Remarks

This property holds the time when the token was issued.

The time value is a number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.

This property is read-only.

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