class Crystalforce::Authentication
- Crystalforce::Authentication
- Reference
- Object
Defined in:
crystalforce/authentication.crClass Method Summary
-
.authenticate(options)
Public: Force an authentication
-
.oauth_refresh?(options)
Internal: Returns true if oauth token refresh flow should be used for authentication.
-
.username_password?(options)
Internal: Returns true if username/password (autonomous) flow should be used for authentication.
Class Method Detail
def self.oauth_refresh?(options)
#
Internal: Returns true if oauth token refresh flow should be used for authentication.
def self.username_password?(options)
#
Internal: Returns true if username/password (autonomous) flow should be used for authentication.