IPartnerCredentials Interface

Definition

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.

Applies to