IPartnerCredentials Interface
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.
The credentials needed to access the partner API service.
public interface IPartnerCredentials
type IPartnerCredentials = interface
Public Interface IPartnerCredentials
Properties
ExpiresAt |
Gets the expiry time in UTC for the token. |
PartnerServiceToken |
Gets the token needed to authenticate with the partner API service. |
Methods
IsExpired() |
Indicates whether the partner credentials have expired or not. |