Skip to content

revokeRecipients ​

fun revokeRecipients(sealdIds: Array<String> = arrayOf<String>(), proxySessionsIds: Array<String> = arrayOf<String>(), symEncKeysIds: Array<String> = arrayOf<String>(), tmrAccessIds: Array<String> = arrayOf<String>(), tmrAccessAuthFactors: Array<AuthFactor> = arrayOf<AuthFactor>()): RevokeResult

Revoke some recipients or proxy sessions from this session. If you want to revoke all recipients, see revokeAll instead. If you want to revoke all recipients besides yourself, see revokeOthers.

Return ​

A RevokeResult instance.

Parameters ​

sealdIdsThe Seald IDs of users to revoke from this session.
proxySessionsIdsThe IDs of proxy sessions to revoke from this session.
symEncKeysIdsThe IDs of symEncKeys to revoke from this session.
tmrAccessIdsThe IDs of tmrAccess to revoke from this session.
tmrAccessAuthFactorsThe AuthFactor of tmrAccess to revoke from this session.

Throws ​

SealdException