Esempio n. 1
0
        public async Task DoTwoFactorSignInAsync(string userId, bool rememberClient)
        {
            var authenticatedUser = await _authenticationEndpoint.Authenticate2Fa(userId);

            await DoSignInAsync(authenticatedUser, rememberClient);
        }