class CB::Login
- CB::Login
- CB::Action
- Reference
- Object
Defined in:
cb/login.crInstance Method Summary
- #client : CB::Client
- #client=(client : CB::Client)
-
#lib_open : CB::Lib::Open.class
Library used for opening a browser.
-
#lib_open=(lib_open : CB::Lib::Open.class)
Library used for opening a browser.
- #run
- #store_credentials : Proc(String, String, Bool)
- #store_credentials=(store_credentials : Proc(String, String, Bool))
Instance methods inherited from class CB::Action
call
call,
input : IO
input,
input=(input : IO)
input=,
output : IO
output,
output=(output : IO)
output=
Constructor methods inherited from class CB::Action
new(input : IO = STDIN, output : IO = STDOUT)
new
Macros inherited from class CB::Action
bool_setter(property)
bool_setter,
bool_setter?(property)
bool_setter?,
cluster_identifier_setter(property)
cluster_identifier_setter,
eid_setter(property, description = nil)
eid_setter,
format_setter(property)
format_setter,
format_setter?(property)
format_setter?,
i32_setter(property)
i32_setter,
ident_setter(property)
ident_setter,
identifier_setter(property)
identifier_setter,
name_setter(property)
name_setter,
name_setter?(property)
name_setter?,
role_setter(property)
role_setter,
role_setter?(property)
role_setter?,
time_setter(property)
time_setter
Instance Method Detail
Library used for opening a browser. This should ONLY be overriden for testing purposes.
Library used for opening a browser. This should ONLY be overriden for testing purposes.