Skip to content

Type Alias: RevokeResult

RevokeResult: object

Type declaration

proxySessions

proxySessions: object

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

Index Signature

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

sealdIds

sealdIds: object

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

Index Signature

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

symEncKey

symEncKey: object

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

Index Signature

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

tmrAccesses

tmrAccesses: object

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

Index Signature

[tmrAccessId: 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"