AuthenticatedResponse

Common fields returned in every successful B2B authentication response.

Properties

Link copied to clipboard
abstract val member: ApiOrganizationV1Member

The authenticated member.

Link copied to clipboard
abstract val memberSession: ApiB2bSessionV1MemberSession?

The active member session.

Link copied to clipboard
abstract val organization: ApiOrganizationV1Organization

The organization the member belongs to.

Link copied to clipboard
abstract val sessionJwt: String

The session JWT.

Link copied to clipboard
abstract val sessionToken: String

The opaque session token.