@procivis/react-native-one-core
    Preparing search index...

    Type Alias HandleInvitationResponseBindingEnum

    HandleInvitationResponseBindingEnum:
        | {
            interactionId: string;
            keyAlgorithms?: string[];
            keyStorageSecurityLevels?: KeyStorageSecurityBindingEnum[];
            txCode?: OpenId4vciTxCodeBindingDto;
            type_: "CREDENTIAL_ISSUANCE";
        }
        | {
            authorizationCodeFlowUrl: string;
            interactionId: string;
            type_: "AUTHORIZATION_CODE_FLOW";
        }
        | { interactionId: string; proofId: string; type_: "PROOF_REQUEST" }

    Type declaration

    • {
          interactionId: string;
          keyAlgorithms?: string[];
          keyStorageSecurityLevels?: KeyStorageSecurityBindingEnum[];
          txCode?: OpenId4vciTxCodeBindingDto;
          type_: "CREDENTIAL_ISSUANCE";
      }
      • interactionId: string

        For reference.

      • OptionalkeyAlgorithms?: string[]
      • OptionalkeyStorageSecurityLevels?: KeyStorageSecurityBindingEnum[]
      • OptionaltxCode?: OpenId4vciTxCodeBindingDto

        Metadata for entering a transaction code If a pre-authorized code is issued with a transaction code object, the wallet user must input a transaction code to receive the offered credential. This code is typically sent through a separate channel such as SMS or email.

      • type_: "CREDENTIAL_ISSUANCE"
    • {
          authorizationCodeFlowUrl: string;
          interactionId: string;
          type_: "AUTHORIZATION_CODE_FLOW";
      }
      • authorizationCodeFlowUrl: string

        For issuer-initiated Authorization Code Flows, use this URL to start the authorization process with the authorization server.

      • interactionId: string

        For reference.

      • type_: "AUTHORIZATION_CODE_FLOW"
    • { interactionId: string; proofId: string; type_: "PROOF_REQUEST" }
      • interactionId: string

        For reference.

      • proofId: string

        Proof request.

      • type_: "PROOF_REQUEST"