MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.rpc.handler
/
RpcAuthClientSession
Rpc
Auth
Client
Session
class
RpcAuthClientSession
:
CoroutineContext.Element
Members
Constructors
Rpc
Auth
Client
Session
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
RpcAuthClientSession
>
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
RpcAuthClientSession
>
nonce
Link copied to clipboard
var
nonce
:
ByteString
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext