class Crystalforce::Authentication

Defined in:

crystalforce/authentication.cr

Class Method Summary

Class Method Detail

def self.authenticate(options) #

Public: Force an authentication


[View source]
def self.oauth_refresh?(options) #

Internal: Returns true if oauth token refresh flow should be used for authentication.


[View source]
def self.username_password?(options) #

Internal: Returns true if username/password (autonomous) flow should be used for authentication.


[View source]