# Functions
OIDCAuth generates the OIDC credential authenticator based on the specified cloud provider.
# Constants
VerificationResultFailed indicates that the artifact could not be verified.
VerificationResultIgnored indicates that the artifact has not been verified but is allowed to proceed.
VerificationResultSuccess indicates that the artifact has been verified.
# Interfaces
Verifier is an interface for verifying the authenticity of an OCI image.
# Type aliases
Anonymous is an authn.AuthConfig that always returns an anonymous authenticator.
VerificationResult represents the result of a verification process.