Skip to content

Commit

Permalink
Fix typos in deeplink docs in URI scheme (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa authored Jun 4, 2024
1 parent a9359bd commit 7b47ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Using-Operations-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ public struct WMTPACData: Decodable {
```

- two methods are provided:
- `parseDeeplink(url: URL) -> WMTPACData?` - URI is expected to be in the format `"scheme://code=$JWT"` or `scheme://operation?oid=5b753d0d-d59a-49b7-bec4-eae258566dbb&potp=12345678}`
- `parseDeeplink(url: URL) -> WMTPACData?` - URI is expected to be in the format `scheme://code=$JWT` or `scheme://operation?oid=5b753d0d-d59a-49b7-bec4-eae258566dbb&potp=12345678`
- `parseQRCode(code: String) -> WMTPACData?` - code is to be expected in the same format as deeplink formats or as a plain JWT
- mentioned JWT should be in the format `{“typ”:”JWT”, “alg”:”none”}.{“oid”:5b753d0d-d59a-49b7-bec4-eae258566dbb”, “potp”:12345678”} `

Expand Down

0 comments on commit 7b47ece

Please sign in to comment.