Represents a list of authorizations.

interface AuthorizationList {
    authorizations?: Authorization[];
    meta?: PagingResultMeta;
}

Properties

authorizations?: Authorization[]

List of authorizations.

Paging information regarding the returned records, when response is paginated.