Documentation
¶
Overview ¶
Package airtable provides a verifier for Airtable personal access tokens. It uses the Airtable API GET /v0/meta/whoami endpoint to check token validity.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier checks whether an Airtable personal access token is active by calling the Airtable API. It NEVER logs or persists raw token values.
func (*Verifier) Verify ¶
func (v *Verifier) Verify(ctx context.Context, raw detector.RawFinding) finding.VerificationResult
Verify checks if the detected Airtable personal access token is valid/active. Raw contains the token value.
Click to show internal directories.
Click to hide internal directories.