SignInResponse

public struct SignInResponse : Codable

A root object that stores information about a sign in object request.

Properties

  • The data included in the repsonse for a sign in object request.

    Declaration

    Swift

    public let data: [User]
  • The authentication token included in the repsonse for a sign in object request.

    Declaration

    Swift

    public let authenticationToken: String