Ping Identity
vault_totp
Generate the current 6-digit TOTP code. Works on any credential that has a TOTP secret (standalone TOTP type or any credential with a 'totp' field). Response also includes backupCodesRemaining — call vault.get to read the actual backup codes if a fallback is needed.
Remote loomal/identity
Remote (network-hosted)
Other tools also called vault_totp?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"maxLength": 255,
"description": "Credential name"
}
}
}