Preparing search index...
The search index is not available
Auth React SDK Reference - v0.0.3
Auth React SDK Reference
JsonRpcRequest
Interface JsonRpcRequest<T>
interface
JsonRpcRequest
<
T
>
{
id
:
JsonRpcId
;
jsonrpc
:
"2.0"
;
method
:
string
;
params
?:
T
;
}
Type Parameters
T
Index
Properties
id
jsonrpc
method
params?
Properties
id
id
:
JsonRpcId
jsonrpc
jsonrpc
:
"2.0"
method
method
:
string
Optional
params
params
?:
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
Docs
Auth React SDK Reference - v0.0.3
Loading...