Home > @uniformdev/mesh-sdk-react > DelegationGateProps
DelegationGateProps interface
Warning: This API is now obsolete.
This beta identity delegation API may change with breaking changes.
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
React__default.ReactNode | |||
|
React__default.ReactNode |
(Optional) Shown when identity delegation is not enabled for this integration. Omit to use the default callout. | ||
|
React__default.ReactNode | ((props: { error: Error; }) => React__default.ReactNode) |
(Optional) Shown when delegation fails. Pass a render function to surface error details; omit for a generic callout. | ||
|
React__default.ReactNode |
(Optional) Shown while delegation is starting. Omit to use the default loading UI. |