Skip to content

Commit

Permalink
Add refreshAccessToken
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 31, 2023
1 parent 6c09b9e commit 4a28a81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/auth/types/authentication_type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ class DummyAuthType extends AuthenticationType {
isValidCookie() {
return Promise.resolve(true);
}
refreshAccessToken() {
return Promise.resolve('');
}
requestIncludesAuthInfo() {
return false;
}
Expand Down

0 comments on commit 4a28a81

Please sign in to comment.