5 references to GetString
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");