SignInResponse
public struct SignInResponse : Codable
A root object that stores information about a sign in object request.
-
The data included in the response for a sign in object request.
Declaration
Swift
public let data: [User]
-
The authentication token included in the response for a sign in object request.
Declaration
Swift
public let authenticationToken: String