kalium
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kalium
network
/
com.wire.kalium.network.api.v10.authenticated
/
E2EIApiV10
E2EIApi
V10
internal
open
class
E2EIApiV10
(
authenticatedNetworkClient
:
AuthenticatedNetworkClient
)
:
E2EIApiV9
Members
Constructors
E2EIApi
V10
Link copied to clipboard
internal
constructor
(
authenticatedNetworkClient
:
AuthenticatedNetworkClient
)
Functions
get
Access
Token
Link copied to clipboard
open
suspend override
fun
getAccessToken
(
clientId
:
String
,
dpopToken
:
String
)
:
NetworkResponse
<
<Error class: unknown class>
>
get
Wire
Nonce
Link copied to clipboard
open
suspend override
fun
getWireNonce
(
clientId
:
String
)
:
NetworkResponse
<
String
>