Function mz_frontegg_mock::handlers::auth::handle_post_auth_user
source ยท pub async fn handle_post_auth_user(
__arg0: State<Arc<Context>>,
__arg1: Json<AuthUserRequest>,
) -> Result<Json<ApiTokenResponse>, StatusCode>