3 references to SetAuthenticationToken
Microsoft.Extensions.Identity.Core (3)
UserManager.cs (2)
2356
return await UpdateUserAndRecordMetricAsync(user, UserUpdateType.
SetAuthenticationToken
, startTimestamp).ConfigureAwait(false);
2360
_metrics?.UpdateUser(typeof(TUser).FullName!, result: null, UserUpdateType.
SetAuthenticationToken
, startTimestamp, ex);
UserManagerMetrics.cs (1)
279
UserUpdateType.
SetAuthenticationToken
=> "set_authentication_token",