class Rack::OAuth2::Server::InvalidTokenError

Access token expired, client cannot refresh and needs new authorization.

Public Class Methods

new() click to toggle source
Calls superclass method Rack::OAuth2::Server::OAuthError::new
# File lib/rack/oauth2/server/errors.rb, line 69
def initialize
  super :invalid_token, "The access token is no longer valid."
end