azureOauthConsentKickoff Kicks off an OAuth consent flow for Azure resource access. Returns AzureOauthConsentKickoffReply! Sample QueryVariablesExample Response mutation { azureOauthConsentKickoff { appClientId csrfToken govAppClientId } } {} { "data": { "azureOauthConsentKickoff": { "appClientId": "example-string", "csrfToken": "example-string", "govAppClientId": "example-string" } } }