AuthenticatedResponse

Common fields returned in every successful consumer authentication response.

Properties

Link copied to clipboard
abstract val session: ApiSessionV1Session

The active session.

Link copied to clipboard
abstract val sessionJwt: String

The session JWT.

Link copied to clipboard
abstract val sessionToken: String

The opaque session token.

Link copied to clipboard
abstract val user: ApiUserV1User

The authenticated user.