interface AppAccessToken {
    sys: AppAccessTokenSys;
    token: string;
    toPlainObject(): AppAccessTokenProps;
}

Hierarchy (view full)

Properties

Methods

Properties

sys: AppAccessTokenSys

System metadata

token: string

Token for an app installation in a space environment

Methods