AuthClient constructor
AuthClient({
- required String scheme,
- required AuthFunction authFunction,
- String path = '',
- SignIdentity? key,
- DelegationChain? chain,
- Uri? authUri,
- Identity? identity,
Implementation
AuthClient({
required this.scheme,
required this.authFunction,
this.path = '',
this.key,
this.chain,
this.authUri,
Identity? identity,
}) : identity = identity ?? const AnonymousIdentity();