Skip to content

Commit

Permalink
Merge pull request #396 from DRK3/NetworkOperationsDocs
Browse files Browse the repository at this point in the history
docs(sdk): Network operations
  • Loading branch information
rolsonquadras authored Apr 14, 2023
2 parents a56daf7 + a4d9ab4 commit fbb5544
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/networkoperations.md
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

0 comments on commit fbb5544

Please sign in to comment.