Skip to main content
type CreateDelegationOptions = {
  expiresAt: string;
  idempotencyKey?: string;
};
Options for creating a delegation that allows a developer to sign on behalf of an end user.

Properties

PropertyTypeDescription
expiresAtstringThe date until which the delegation is valid (ISO 8601 string).
idempotencyKey?stringOptional idempotency key for safe retries.