Result

class Result<T> : Response<T>

Final, authenticated service result.

Properties

Link copied to clipboard

Lazy Authenticated wrapper around the JWT-bearing payload. Call .decodeUnverified() to decode the typed body, .jwt to forward the raw token to a verifying backend.

Link copied to clipboard

Opaque connection data, usable to reuse the established consent via the non-interactive refresh endpoints.

Link copied to clipboard

Session token to pass on subsequent requests within the same logical session.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String