Home / Type/ SigningKeyRowProps Type — supabase Architecture

SigningKeyRowProps Type — supabase Architecture

Architecture documentation for the SigningKeyRowProps type/interface in signing-key-row.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/JwtSecrets/jwt-secret-keys-table/signing-key-row.tsx lines 32–41

interface SigningKeyRowProps {
  signingKey: components['schemas']['SigningKeyResponse']
  setSelectedKey: (key?: JWTSigningKey) => void
  setShownDialog: (dialog?: 'key-details' | 'revoke' | 'delete') => void
  handlePreviouslyUsedKey: (keyId: string) => void
  handleStandbyKey: (keyId: string) => void
  legacyKey?: JWTSigningKey | null
  standbyKey?: JWTSigningKey | null
  isLoading?: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free