Function mz_frontegg_mock::handle_post_token_refresh

source ยท
pub(crate) async fn handle_post_token_refresh(
    __arg0: State<Arc<Context>>,
    __arg1: Json<RefreshTokenRequest>,
) -> Result<Json<ApiTokenResponse>, StatusCode>