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