Interface iGetActiveAuthorizationsSuccessResponse<T>

interface iGetActiveAuthorizationsSuccessResponse<T extends NumberType> {
    authorizations: iAccessTokenDoc[];
    developerApps: (undefined | iDeveloperAppDoc<T>)[];
}

Type Parameters

Implemented by

Properties

authorizations: iAccessTokenDoc[]
developerApps: (undefined | iDeveloperAppDoc<T>)[]

Developer app docs for each authorization.

Undefined if deleted.

MMNEPVFCICPMFPCPTTAAATR