pub async fn oneshot(
    address: &SocketAddr,
    path: &str
) -> Result<CodeGrantResponse, Error>
Expand description

Listen at the given address for a single OAuth2 code grant callback.