kalium
common
network
/
com.wire.kalium.network.api.v5.authenticated
/
E2EIApiV5
E2EIApi
V5
internal
open
class
E2EIApiV5
(
authenticatedNetworkClient
:
AuthenticatedNetworkClient
)
:
E2EIApiV4
Inheritors
E2EIApiV6
Members
Constructors
E2EIApi
V5
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
>