up vote 0 down vote favorite
share [g+] share [fb]

Is there any way to determine if an oauth token has been revoked besides actually making a function call? I am working with an Oauth provider that has a single function call that is time consuming and costs money. On my website, I'd like to be able to determine if my access token is valid withing making that call. Thanks

link|improve this question

50% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Regrettably the OAuth specification does not provide a standard mechanism.

It would perhaps be appropriate for the OAuth provider to give an additional method to indicate that the token is valid.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.