findAccessToken function

String? findAccessToken()

Implementation

String? findAccessToken() {
  return _accessToken;
}