Handbook
Glossary
access-expired? ( tokens -- ? )
Vocabulary
oauth2
Inputs
tokens
an
object
Outputs
?
an
object
Definition
USING:
accessors
calendar
kernel
math.order
;
IN:
oauth2
:
access-expired?
( tokens -- ? )
expiry>>
[
now
before?
]
[
f
]
if*
;