1 instantiation of ExternalLoginInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
1116return new ExternalLoginInfo(auth.Principal, provider, providerKey, providerDisplayName)
4 references to ExternalLoginInfo
Microsoft.AspNetCore.Identity (4)
ExternalLoginInfo.cs (1)
15/// Creates a new instance of <see cref="ExternalLoginInfo"/>
SignInManager.cs (3)
1088/// <returns>The task object representing the asynchronous operation containing the <see cref="ExternalLoginInfo"/> 1090public virtual async Task<ExternalLoginInfo?> GetExternalLoginInfoAsync(string? expectedXsrf = null) 1128public virtual async Task<IdentityResult> UpdateExternalAuthenticationTokensAsync(ExternalLoginInfo externalLogin)