Skip to content

Commit

Permalink
make sure that the RefreshAccessToken function is available on the So…
Browse files Browse the repository at this point in the history
…urceClient interface.
  • Loading branch information
AnalogJ committed May 5, 2024
1 parent 0383204 commit bfcf542
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions clients/models/mock/mock_source_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions clients/models/source_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ type SourceClient interface {
ExtractPatientId(bundleFile *os.File) (string, pkg.FhirVersion, error)

GetSourceCredential() SourceCredential
RefreshAccessToken() error
}

0 comments on commit bfcf542

Please sign in to comment.