diff --git a/packages/authentication/src/providers/authenticate.ts b/packages/authentication/src/providers/authenticate.ts index a4ecc8f81584..62f85de273f2 100644 --- a/packages/authentication/src/providers/authenticate.ts +++ b/packages/authentication/src/providers/authenticate.ts @@ -43,9 +43,9 @@ export class AuthenticationProvider implements Provider { // defer resolution of the strategy until authenticate() action // is executed. @inject.getter(BindingKeys.Authentication.STRATEGY) - readonly getStrategy: () => Promise, + readonly getStrategy: Getter, @inject.setter(BindingKeys.Authentication.CURRENT_USER) - readonly setCurrentUser: (value: UserProfile) => void, + readonly setCurrentUser: Setter, ) {} /**