Type alias DfnsApiClientOptions

DfnsApiClientOptions: DfnsBaseApiOptions & {
    signer?: CredentialSigner;
}

Type declaration

  • Optional signer?: CredentialSigner

    Needs to be specified to use any endpoint that required User Action Signing flow

Generated using TypeDoc