Attributes
public struct Attributes : Codable
A root object that stores information about a single access token, such as the token’s ip address, and last validated date.
-
The ip address form where the access token was created.
Declaration
Swift
public let ipAddress: String
-
The last time the access token has been validated.
Declaration
Swift
public let lastValidatedAt: Date?