RpcAuthInspector

RPC call authorization.

A back-end object that requires RPC call authorization must implement this interface.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun authCheck(target: String, method: String, payload: Bstr, authMessage: DataItem): CoroutineContext

Checks RPC authorization.