AuthenticationToken(String, DateTimeOffset) Constructor
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.
Initializes a new instance of the AuthenticationToken class.
public AuthenticationToken (string token, DateTimeOffset expiryTime);
new Microsoft.Store.PartnerCenter.AuthenticationToken : string * DateTimeOffset -> Microsoft.Store.PartnerCenter.AuthenticationToken
Public Sub New (token As String, expiryTime As DateTimeOffset)
Parameters
- token
- String
The authentication token.
- expiryTime
- DateTimeOffset
The token expiry time.