SessionIdentity

public struct SessionIdentity : Codable, Hashable

A root object that stores information about a session identity resource.

Properties

  • id

    The id of the resource.

    Declaration

    Swift

    public let id: String
  • The type of the resource.

    Declaration

    Swift

    public let type: String
  • The relative link to where the resource is located.

    Declaration

    Swift

    public let href: String

Functions