pub async fn begin(
provider: ProviderConfig,
account: String,
) -> Result<StartedFlow>Expand description
Kick off an OAuth flow. Returns a StartedFlow with the auth URL to open.
pub async fn begin(
provider: ProviderConfig,
account: String,
) -> Result<StartedFlow>Kick off an OAuth flow. Returns a StartedFlow with the auth URL to open.