Tokens: {
    bearerToken?: AccessTokenMetaType;
    host?: string;
    realm?: string;
    subject?: string;
    userSessionToken?: UserSessionMetaType;
}

Type declaration