accessToken property

String? accessToken

Implementation

String? get accessToken {
  return isValid() ? respMap['access_token'] : null;
}