Relationships
public struct Relationships : Codable
A root object that stores information about access token relationships, such as the user it belongs to, and the platform it was created on.
-
The platform object on which the access token was created.
Declaration
Swift
public let platform: PlatformResponse
-
The location object for where the access token was created.
Declaration
Swift
public let location: LocationResponse