-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from DRK3/NetworkOperationsDocs
docs(sdk): Network operations
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Network Operations | ||
|
||
At a high-level, here are the network operations that get performed in Wallet-SDK for various flows/operations: | ||
|
||
## DID Creation | ||
|
||
* Depends on the DID method (for did:key or did:jwk: none) | ||
|
||
## OpenID4CI | ||
|
||
* Fetch credential offer | ||
* Fetch issuer’s OpenID configuration | ||
* Fetch token | ||
* Fetch issuer metadata | ||
* Fetch credential | ||
* DID resolution (if remote) | ||
* Document loading (if required) | ||
|
||
## OpenID4VP | ||
* Fetch request object | ||
* DID resolution (if remote) | ||
* Send authorized response (AKA present credential) | ||
|
||
## Credential Display Resolution | ||
* Fetch issuer metadata |