Skip to content

io.confirmIdentity

Represents a confirmation modal component which prompts the user for their password or MFA before submitting their action.

TIP

io.confirmIdentity is not supported within an io.group component

ts
await io.confirmIdentity("Delete User")
python
await io.confirm_identity("Delete User")

example of Forge app with io.confirmIdentity component