toggle menu
vc-k
5.10.0
common
switch theme
search in API
vck-openid-ktor
/
at.asitplus.wallet.lib.ktor.openid
/
IntermediateResult
/
Success
Success
class
Success
<
R
>
(
val
httpResponse
:
HttpResponse
)
:
IntermediateResult
<
R
>
(
source
)
Members
Members & Extensions
Constructors
Success
Link copied to clipboard
constructor
(
httpResponse
:
HttpResponse
)
Properties
http
Response
Link copied to clipboard
val
httpResponse
:
HttpResponse
Functions
on
Success
Link copied to clipboard
inline suspend
fun
<
T
,
R
>
IntermediateResult
<
R
>
.
onSuccess
(
block
:
T
.
(
response
:
HttpResponse
)
->
R
)
:
R
Helper method to perform error handling on ktor responses, see
onFailure
.