SessionIdentityResponse

public struct SessionIdentityResponse : Codable

A root object that stores information about a collection of session identities.

Properties

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

    Declaration

    Swift

    public let data: [SessionIdentity]
  • The realtive URL to the next page in the paginated response.

    Declaration

    Swift

    public let next: String?