PartnerCredentials Class

Definition

Use this class to generate Partner Center API credentials. User plus application based authentication and application only authentication are supported.

public class PartnerCredentials
type PartnerCredentials = class
Public Class PartnerCredentials
Inheritance
PartnerCredentials

Properties

Instance

Gets an instance of the partner credentials.

Methods

GenerateByApplicationCredentials(String, String, String, IRequestContext)

Generates partner credentials using azure active directory application credentials.

GenerateByApplicationCredentials(String, String, String, String, String, IRequestContext)

Generates partner credentials using azure active directory application credentials with the provided AAD overrides.

GenerateByApplicationCredentialsAsync(String, String, String, IRequestContext)

Asynchronously generates partner credentials using azure active directory application credentials.

GenerateByApplicationCredentialsAsync(String, String, String, String, String, IRequestContext)

Asynchronously generates partner credentials using azure active directory application credentials with the provided AAD overrides.

GenerateByUserCredentials(String, AuthenticationToken, TokenRefresher, IRequestContext)

Generates partner credentials using a user plus application azure active directory token.

GenerateByUserCredentialsAsync(String, AuthenticationToken, TokenRefresher, IRequestContext)

Asynchronously generates partner credentials using a user plus application azure active directory token.

Applies to