PartnerAuthorizationResponse

data class PartnerAuthorizationResponse(val authorizedPartnersList: List<PartnerResponse>? = null, val defaultMaximumExpirationTimeInDays: Int? = null)

The partner authorization details.

Constructors

Link copied to clipboard
constructor(authorizedPartnersList: List<PartnerResponse>? = null, defaultMaximumExpirationTimeInDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of authorized partners.

Link copied to clipboard

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.