pub async fn validate_api_key<S: ApiKeyStore>(
store: &S,
plaintext_key: &str,
) -> Result<ApiKeyRecord, ApiKeyError>Expand description
Validate an API key and return the associated record if valid
pub async fn validate_api_key<S: ApiKeyStore>(
store: &S,
plaintext_key: &str,
) -> Result<ApiKeyRecord, ApiKeyError>Validate an API key and return the associated record if valid