o365SaaSSetupKickoff O365SaaSSetupKickoff starts the first-leg of an O365 OAuth client-secret code flow for the fully hosted solution. Returns O365SaasSetupKickoffReply! Sample QueryVariablesExample Response mutation { o365SaaSSetupKickoff { csrfToken } } {} { "data": { "o365SaaSSetupKickoff": { "csrfToken": "example-string", "appClientIdsPerType": [ { "appId": "example-string", "appType": "example-string" } ] } } }