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