Handbook
Glossary
session-needs-refresh? ( session -- ? )
Vocabulary
bluesky
Inputs
session
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
;
IN:
bluesky
:
session-needs-refresh?
( session -- ? )
{
[
refresh-jwt-valid?
not
]
[
access-jwt-valid?
]
}
1&&
;