toggle menu
flatInvoker
jvm
switch theme
search in API
reaktor-auth
/
dev.shibasis.reaktor.auth.jwt
/
TokenVerifierService
Token
Verifier
Service
jvm
class
TokenVerifierService
(
clientId
:
String
)
:
Adapter
<
Unit
>
Members
Constructors
Token
Verifier
Service
Link copied to clipboard
jvm
constructor
(
clientId
:
String
)
Properties
controller
Link copied to clipboard
jvm
val
controller
:
Unit
?
NULL_CONTROLLER
Link copied to clipboard
jvm
val
NULL_CONTROLLER
:
Error
ref
Link copied to clipboard
jvm
val
ref
:
WeakRef
<
Unit
>
scope
Link copied to clipboard
jvm
val
scope
:
CoroutineScope
Functions
handle
Link copied to clipboard
jvm
open
override
fun
handle
(
event
:
ControllerEvent
)
fun
handle
(
controller
:
Unit
,
event
:
ControllerEvent
)
invoke
Link copied to clipboard
jvm
operator
fun
<
Result
>
invoke
(
function
:
Unit
.
(
)
->
Result
?
)
:
Result
?
invoke
Suspend
Link copied to clipboard
jvm
suspend
fun
<
Result
>
invokeSuspend
(
function
:
suspend
Unit
.
(
)
->
Result
?
)
:
Result
?
null
Controller
Result
Link copied to clipboard
jvm
fun
<
T
>
nullControllerResult
(
)
:
Result
<
T
>
verify
Link copied to clipboard
jvm
fun
verify
(
idToken
:
String
)
:
GoogleIdToken.Payload
?