Class CreateOAuthCredentialRequest
Data to create an OAuth credential.
Inherited Members
Namespace: MercadoPago.Client.OAuth
Assembly: MercadoPago.dll
Syntax
public class CreateOAuthCredentialRequest
Properties
| Edit this page View SourceClientId
Client Id
Declaration
public string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientSecret
Client secret
Declaration
public string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
string |
Code
Authorization code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
GrantType
Grant type (authorization_code
).
Declaration
public string GrantType { get; }
Property Value
Type | Description |
---|---|
string |
RedirectUri
Redirect Uri.
Declaration
public string RedirectUri { get; set; }
Property Value
Type | Description |
---|---|
string |