You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/templates/api/Auth.ts
+25-14Lines changed: 25 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,17 @@ class Auth {
35
35
* @param password of the user logging in
36
36
* @param client_id of the application the user is logging into
37
37
* @param scope roles being requested - space delimited string or array
38
+
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
39
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
* @param scope roles being requested - space delimited string or array
84
87
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
85
88
* @param reportProgress flag to report request and response progress.
89
+
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
90
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
* @param scope roles being requested - space delimited string or array
132
138
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
133
139
* @param reportProgress flag to report request and response progress.
140
+
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
141
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
* @param requestOptions.accessToken Provide an alternative token to the one stored in the sdk instance (useful for impersonation).
31
31
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
32
+
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
0 commit comments