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