PartnerCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |