class Crystalforce::Authentication

Defined in:

crystalforce/authentication.cr

Class Method Summary

Class Method Detail

def self.authenticate(username : String | Nil = nil, password : String | Nil = nil, security_token : String | Nil = nil, client_id : String | Nil = nil, client_secret : String | Nil = nil, refresh_token : String | Nil = nil, jwt_key : String | Nil = nil, host : String | Nil = nil) #

[View source]