Skip to content

Commit

Permalink
BB2-3244: Updated docs for expired data access grant (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
stiwarisemanticbits authored Jun 20, 2024
1 parent 6e7a20f commit aa6f29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ If you receive this message, double-check that the request looks correct. If eve

##### Expired Data Access Grant

If an application's authorization for accessing user data has expired, the corresponding access token will not be able to be refreshed. Attempts to refresh that token will result in the following error message:
If your authorization for accessing user data has expired, the corresponding access token will not be refreshed. Attempts to refresh the token will result in the following error message:

Response (unsuccessful with 400 status code):
```
Expand All @@ -471,7 +471,7 @@ Response (unsuccessful with 400 status code):
"error_description": "The authorization for accessing user data has expired. To refresh Medicare data, the end user must re-authenticate and consent to data sharing."
}
```
To re-authorize refer to [link](#user-authorization)
For information on re-authorizing, see [User Authorization](#user-authorization)

#### Expire authenticated user for sandbox testing

Expand Down

0 comments on commit aa6f29c

Please sign in to comment.