Skip to content

Type alias: RevokeResult

RevokeResult: Object

Type declaration

proxySessions

proxySessions: Object

Of the form { 'proxySessionId': 'ok'|'ko' }.

Index signature

[sessionId: string]: "ok" | "ko"

sealdIds

sealdIds: Object

Of the form { 'sealdId': 'ok'|'ko' }.

Index signature

[sealdId: string]: "ok" | "ko"

unregisteredRecipients

unregisteredRecipients: Object

Of the form { 'email@domain.com': 'ok'|'ko' } or {'AP/${userId}@${appId}': 'ok'|'ko' }

Index signature

[unregisteredUser: string]: "ok" | "ko"