PartnerAuthorization interface

The partner authorization details.

Properties

authorizedPartnersList

The list of authorized partners.

defaultMaximumExpirationTimeInDays

Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.

Property Details

authorizedPartnersList

The list of authorized partners.

authorizedPartnersList?: Partner[]

Property Value

defaultMaximumExpirationTimeInDays

Time used to validate the authorization expiration time for each authorized partner. If DefaultMaximumExpirationTimeInDays is not specified, the default is 7 days. Otherwise, allowed values are between 1 and 365 days.

defaultMaximumExpirationTimeInDays?: number

Property Value

number