Files
Dorod-Sky/skyvern/forge/sdk/services/credentials.py

11 lines
224 B
Python
Raw Normal View History

import logging
from enum import StrEnum
LOG = logging.getLogger(__name__)
class OnePasswordConstants(StrEnum):
"""Constants for 1Password integration."""
TOTP = "OP_TOTP" # Special value to indicate a TOTP code