C# Class PayPal.Api.UserinfoParameters

Class for storing user information for OpenIdConnect API calls.
Afficher le fichier Open project: paypal/PayPal-NET-SDK Class Usage Examples

Méthodes publiques

Méthode Description
SetAccessToken ( string accessToken ) : void

Set the Access Token

UserinfoParameters ( ) : System.Collections.Generic

Constructor

Method Details

SetAccessToken() public méthode

Set the Access Token
public SetAccessToken ( string accessToken ) : void
accessToken string
Résultat void

UserinfoParameters() public méthode

Constructor
public UserinfoParameters ( ) : System.Collections.Generic
Résultat System.Collections.Generic