wwWallet core documentation
    Preparing search index...
    • Validates offered grant types and initializes client state for the selected grant path.

      Grant-type enforcement prevents unsupported flow execution and state confusion.

      • OpenID4VCI, grants processing from credential offer
      • OpenID4VCI, authorization_code grant usage
      • RFC 6749 (OAuth 2.0 Authorization Framework) Section 4.1, authorization code grant

      Parameters

      Returns Promise<
          {
              client_state: ClientState;
              grant_types: "authorization_code"[];
              issuer_state: string
              | undefined;
          },
      >