Skip to content

Type Alias: RevokeResult

RevokeResult: {proxySessions: {};sealdIds: {};symEncKey: {};tmrAccesses: {};unregisteredRecipients: {}; }

Type declaration

proxySessions

proxySessions: {}

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

Index Signature

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

sealdIds

sealdIds: {}

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

Index Signature

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

symEncKey

symEncKey: {}

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

Index Signature

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

tmrAccesses

tmrAccesses: {}

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

Index Signature

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

unregisteredRecipients

unregisteredRecipients: {}

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

Index Signature

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