Share via


PartnerAuthorization.DefaultMaximumExpirationTimeInDays Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="defaultMaximumExpirationTimeInDays")]
public int? DefaultMaximumExpirationTimeInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultMaximumExpirationTimeInDays")>]
member this.DefaultMaximumExpirationTimeInDays : Nullable<int> with get, set
Public Property DefaultMaximumExpirationTimeInDays As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to