pub async fn process_authenticate_token(
config: &Config,
token_tracker: &AuthTokenTracker,
auth_material: Bytes,
) -> Result<Arc<str>, AuthenticateTokenError>Expand description
Handle receiving a PUT “/authenticate” rest api request.
pub async fn process_authenticate_token(
config: &Config,
token_tracker: &AuthTokenTracker,
auth_material: Bytes,
) -> Result<Arc<str>, AuthenticateTokenError>Handle receiving a PUT “/authenticate” rest api request.