C# Class Uol.PagSeguro.Domain.ApplicationCredentials

Identifies a PagSeguro application
Inheritance: Uol.PagSeguro.Domain.Credentials
Mostrar archivo Open project: pagseguro/dotnet Class Usage Examples

Public Methods

Method Description
ApplicationCredentials ( string appId, string appKey, string authorizationCode = null ) : System

Initializes a new instance of the ApplicationCredentials class

A PagSeguro application is identified by an app identifier and a app key

Method Details

ApplicationCredentials() public method

Initializes a new instance of the ApplicationCredentials class
A PagSeguro application is identified by an app identifier and a app key
public ApplicationCredentials ( string appId, string appKey, string authorizationCode = null ) : System
appId string
appKey string
authorizationCode string
return System