Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MethodDescription
requestAccessToken(OAuthAuthorizationToken authToken) : OAuthAccessTokenretrieves the access token, making the necessary requests to the OAuth provider to refresh or whatever
getHealthCodesGrantingVendorAccessgetHealthCodesGrantingAccess(StudyIdentifier studyId, String vendorIdentifier, int pageSize, String offsetKey) : ForwardCursorPagedResourceList<String>retrieve all the health codes for accounts that have granted access to the OAuth provider at some point. They should all have refresh tokens and access tokens.
getAccessToken(StudyIdentifier studyId, String vendorIdentifier, String healthCode) : OAuthAccessTokenretrieves an access token for the individual health code, making the necessary requests to the OAuth provider to refresh or whatever.

...