class
Circed::Services::UserCredentials
Defined in:
circed/services/authentication_service.crConstructors
Instance Method Summary
- #hostname : String
- #hostname=(hostname : String)
- #nickname : String
- #nickname=(nickname : String)
- #realname : String
- #realname=(realname : String)
- #username : String
- #username=(username : String)
Instance methods inherited from class Circed::Core::AuthenticationCredentials
password : String | Nil
password,
password=(password : String | Nil)
password=,
server_name : String | Nil
server_name,
server_name=(server_name : String | Nil)
server_name=,
token : String | Nil
token,
token=(token : String | Nil)
token=
Constructor methods inherited from class Circed::Core::AuthenticationCredentials
new(password : Nil | String = nil, server_name : Nil | String = nil, token : Nil | String = nil)
new
Constructor Detail
def self.new(nickname : String, username : String, realname : String, hostname : String)
#