dynamic fetchClientByID(AuthServer server, String clientID)

Returns an AuthClient for a client ID.

This method must return an instance of AuthClient if one exists for clientID. Otherwise, it must return null. server is the AuthServer requesting the AuthClient.

Source

FutureOr<AuthClient> fetchClientByID(AuthServer server, String clientID);