Skip to content

Commit

Permalink
format json
Browse files Browse the repository at this point in the history
  • Loading branch information
jankstar committed Oct 13, 2023
1 parent 9ceb797 commit 8d2ecd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/tauri_oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The Client ID and Client Secrete data can be found on the page.

## 2.2 ``.env`` File
A ``.env`` file with the following data is needed in the ```src-tauri``` directory:
```json
```
GOOGLE_CLIENT_ID=<CLIENT_ID>
GOOGLE_CLIENT_SECRET=>CLIENT_SECRET>
```
Expand Down Expand Up @@ -436,8 +436,8 @@ The Tauri window for the login must be closed at the right moment, furthermore,
```
The timer or the event ``CloseRequested`` connects to the server, which then causes the login to be aborted.

Folgende Antwort liefert ``StandardTokenResponse``:
```json
The following answer provides ``StandardTokenResponse``:
```
StandardTokenResponse {
access_token: AccessToken([redacted]),
token_type: Bearer,
Expand Down

0 comments on commit 8d2ecd4

Please sign in to comment.