Function deltachat::oauth2::get_oauth2_access_token

source ยท
pub(crate) async fn get_oauth2_access_token(
    context: &Context,
    addr: &str,
    code: &str,
    regenerate: bool,
) -> Result<Option<String>>