Type Definition orca::net::auth::ResponseGenFn

source ·
pub type ResponseGenFn = dyn Fn(&Result<String, InstalledAppError>) -> Response<Body> + Send + Sync;
Expand description

Function type that is passed into OAuthApp::InstalledApp to generate response from code retrieval.