Class OAuth2::AccessToken
In: lib/oauth2/access_token.rb
Parent: Object

Methods

delete   expires?   get   new   post   put   request  

Attributes

client  [R] 
expires_at  [R] 
expires_in  [R] 
refresh_token  [R] 
token  [R] 

Public Class methods

Public Instance methods

True if the token in question has an expiration time.

[Validate]