oauthConsentUrl static method

String oauthConsentUrl(
  1. String projectId
)

URL to the Google OAuth consent screen / client configuration.

Implementation

static String oauthConsentUrl(String projectId) =>
    'https://console.cloud.google.com/apis/credentials/consent?project=$projectId';