Type Definition orca::net::auth::ResponseGenFn[][src]

type ResponseGenFn = Fn(Result<String, InstalledAppError>) -> Result<Response, Response>;

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