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
|**grant_type**|:heavy_check_mark:|OAuth 2.0 grant flow, we are using **refresh_token** following [authorization code flow](https://tools.ietf.org/html/rfc6749#section-1.3.1) to request a new access token|
153
+
|**client_id**|:heavy_check_mark:|Client identifier provided by Webfleet solutions during registration process|
154
+
|**client_secret**|:heavy_check_mark:|Client secret provided by Webfleet solutions during registration process|
155
+
|**refresh_token**|:heavy_check_mark:|Refresh token representing resource owner's previous authorization for issuing access tokens on its behalf|
156
+
157
+
150
158
A successful response will response something like:
151
159
152
160
```json
@@ -184,7 +192,7 @@ Revoking a refresh token requires the following parameters in a form encoded req
184
192
185
193
|Parameter|Mandatory|Description|
186
194
|---------|---------|-----------|
187
-
|__token__|:heavy_check_mark:|Refresh token to be revoked|
195
+
|**token**|:heavy_check_mark:|Refresh token to be revoked|
188
196
189
197
Example using [Basic authentication](https://tools.ietf.org/html/rfc7235) to inform client credentials
0 commit comments