protocol
http_oauth_verifier_protocol
Protocol for OAuth access-token verifier objects.
Availability:
logtalk_load(http_oauth(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-09-01
Compilation flags:
staticDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicates
verify/3
Verifies an access token for the expected protected-resource identifier and returns normalized token information. Fails for invalid, inactive, or wrong-audience tokens.
Compilation flags:
staticTemplate:
verify(Token,ProtectedResource,TokenInfo)Mode and number of proofs:
verify(++atom,++atom,-compound) - zero_or_oneProtected predicates
(none)
Private predicates
(none)
Operators
(none)