Function mz_frontegg_mock::handle_get_user_profile

source ยท
pub(crate) async fn handle_get_user_profile<'a>(
    __arg0: State<Arc<Context>>,
    __arg1: TypedHeader<Authorization<Bearer>>,
) -> Result<Json<UserProfileResponse>, StatusCode>