validate_api_token

Function validate_api_token 

Source
pub async fn validate_api_token(
    auth_framework: &AuthFramework,
    token: &str,
) -> Result<AuthToken, AuthError>
Expand description

Validate API token and extract user information