expiredPermissions property

List<String?>? expiredPermissions
final

Gets the list of permissions that were expired with this access token.

Returns: A read-only list of strings representing the expired permissions.

Implementation

final List<String?>? expiredPermissions;