{ "authentications": { "userAuth": { "authType": "oauth2", "url": "https://login.microsoftonline.com//oauth2/token", "httpMethod": "POST", "httpParams": { "grant_type": "client_credentials", "client_secret": "", "client_id": "", "resource": "https://graph.microsoft.com/" }, "httpHeaders": { "contentType": "application/x-www-form-urlencoded" }, "httpContentType": "application/x-www-form-urlencoded", "expiryError": "ExpiredAuthenticationToken", "authError": [ "InvalidAuthenticationToken" ], "timeOutError": "Read timed out", "errorPath": "error.code", "maxRefreshTryCount": 5, "tokenResponsePath": "access_token", "retryFailureStatusCode": [ 401 ], "tokenType": "Bearer", "accessToken": "Bearer abc" } } }