process_authenticate_token

Function process_authenticate_token 

Source
pub async fn process_authenticate_token(
    config: &Config,
    token_tracker: &AuthTokenTracker,
    auth_failures: Counter<u64>,
    auth_material: Bytes,
) -> Result<Arc<str>, AuthenticateTokenError>
Expand description

Handle receiving a PUT “/authenticate” rest api request.