verifyClient abstract method

FutureOr<bool> verifyClient(
  1. Client client,
  2. String? clientSecret
)

Verify that a client is the one identified by the clientSecret.

Implementation

FutureOr<bool> verifyClient(Client client, String? clientSecret);