Future storeAuthCode(AuthServer server, AuthCode ac)

Asks this instance to store a AuthCode for server.

The implementing class must persist the auth code ac.

Source

Future storeAuthCode(AuthServer server, AuthCode ac);