mz_frontegg_mock::handlers::user

Function handle_get_user_profile

Source
pub async fn handle_get_user_profile(
    __arg0: State<Arc<Context>>,
    __arg1: TypedHeader<Authorization<Bearer>>,
) -> Result<Json<UserProfileResponse>, StatusCode>