Asks this instance to store a AuthCode for server.
The implementing class must persist the auth code ac.
Source
FutureOr storeAuthCode(AuthServer server, AuthCode ac);
Asks this instance to store a AuthCode for server.
The implementing class must persist the auth code ac.
FutureOr storeAuthCode(AuthServer server, AuthCode ac);