Home > @uniformdev/mesh-sdk-react > DelegationContextValue

DelegationContextValue interface

Warning: This API is now obsolete.

This beta identity delegation API may change with breaking changes.

Value provided by DelegationProvider via React context.

Signature:

Properties

Property

Modifiers

Type

Description

error

Error | null

reacquire

() => Promise<void>

Re-runs session-token acquisition (checkActive → getSessionToken → onSessionToken). Concurrent callers share one in-flight attempt. Resolves when status is active.

status

DelegationStatus