8 references to GetString
Microsoft.AspNetCore.Authentication.MicrosoftAccount (2)
MicrosoftAccountOptions.cs (2)
31
ClaimActions.MapCustomJson(ClaimTypes.Email, user => user.
GetString
("mail") ?? user.
GetString
("userPrincipalName"));
Microsoft.AspNetCore.Authentication.OAuth (5)
OAuthTokenResponse.cs (5)
22
AccessToken = root.
GetString
("access_token");
23
TokenType = root.
GetString
("token_type");
24
RefreshToken = root.
GetString
("refresh_token");
25
ExpiresIn = root.
GetString
("expires_in");
96
var error = root.
GetString
("error");
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
UniqueJsonKeyClaimAction.cs (1)
32
var value = userData.
GetString
(JsonKey);