AuthInstalledClientResponseVerifier typedef
AuthInstalledClientResponseVerifier =
void Function(Object? value)
Validates the value decoded by an installed client operation.
Implementation
typedef AuthInstalledClientResponseVerifier = void Function(Object? value);