Type alias AuthOptions<TAuth>

AuthOptions<TAuth>: ChURIQuery extends ChURIAuth
    ? DefaultAuthOptions
    : CustomAuthOptions<TAuth>

Charged URI construction options specifying its anchor representation class.

Type Parameters

  • TAuth

    Custom authentication info representation type.

Generated using TypeDoc