Interface CreateDelegationResponse

Response from creating a delegation.

interface CreateDelegationResponse {
    delegationId: string;
    delegationToken?: string;
}

Properties

delegationId: string

Delegation UUID

delegationToken?: string

Delegation token (for card delegations)