store abstract method

Future<void> store(
  1. TokenRequestOptions options,
  2. TokenSourceResponse response
)

Store credentials in the store.

This replaces any existing cached credentials with the new ones.

Implementation

Future<void> store(TokenRequestOptions options, TokenSourceResponse response);