approvalUrlInfo property

ApprovalUrlInfo? approvalUrlInfo
getter/setter pair

The approval URL that was shown to the user.

Only the permissions shown to the user with that URL will be accepted, which may not be the product's entire set of permissions. For example, the URL may only display new permissions from an update after the product was approved, or not include new permissions if the product was updated since the URL was generated.

Implementation

ApprovalUrlInfo? approvalUrlInfo;