1 write to UserId
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterHandler.cs (1)
314UserId = Uri.UnescapeDataString(responseParameters["user_id"].ToString()),
3 references to UserId
Microsoft.AspNetCore.Authentication.Twitter (3)
TwitterHandler.cs (3)
109new Claim(ClaimTypes.NameIdentifier, accessToken.UserId, ClaimValueTypes.String, ClaimsIssuer), 111new Claim("urn:twitter:userid", accessToken.UserId, ClaimValueTypes.String, ClaimsIssuer), 157var context = new TwitterCreatingTicketContext(Context, Scheme, Options, new ClaimsPrincipal(identity), properties, token.UserId, token.ScreenName, token.Token, token.TokenSecret, user);