Skip to content

Commit 563a995

Browse files
authored
Update how-to-generate-auth-token.md
1 parent 35533df commit 563a995

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/energy-data-services/how-to-generate-auth-token.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ The first step to get an access token for many OpenID Connect (OIDC) and OAuth 2
155155

156156
|Parameter| Description|
157157
| --- | --- |
158-
|code|The authorization code that the app requested. The app can use the authorization code to request an access token for the target resource. Authorization codes are short
159-
lived. Typically, they expire after about 10 minutes.|
158+
|code|The authorization code that the app requested. The app can use the authorization code to request an access token for the target resource. Authorization codes are short lived. Typically, they expire after about 10 minutes.|
160159
|state|If a state parameter is included in the request, the same value should appear in the response. The app should verify that the state values in the request and response are identical. This check helps to detect [CSRF attacks](https://tools.ietf.org/html/rfc6749#section-10.12) against the client.|
161160
|session_state|A unique value that identifies the current user session. This value is a GUID, but it should be treated as an opaque value that's passed without examination.|
162161

0 commit comments

Comments
 (0)