Class: Keymail::Expired

Inherits:
TokenResponse show all
Defined in:
app/models/keymail/authentication.rb

Instance Method Summary collapse

Methods inherited from TokenResponse

#initialize

Constructor Details

This class inherits a constructor from Keymail::TokenResponse

Instance Method Details

#authenticated?Boolean

Returns:

  • (Boolean)


44
45
46
# File 'app/models/keymail/authentication.rb', line 44

def authenticated?
  false
end