Skip to content

azureOauthConsentKickoff

Kicks off an OAuth consent flow for Azure resource access.

Returns

AzureOauthConsentKickoffReply!

Sample

mutation {
  azureOauthConsentKickoff {
    appClientId
    csrfToken
    govAppClientId
  }
}
{}
{
  "data": {
    "azureOauthConsentKickoff": {
      "appClientId": "example-string",
      "csrfToken": "example-string",
      "govAppClientId": "example-string"
    }
  }
}