class Circed::Services::UserCredentials

Defined in:

circed/services/authentication_service.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def hostname : String #

[View source]
def hostname=(hostname : String) #

[View source]
def nickname : String #

[View source]
def nickname=(nickname : String) #

[View source]
def realname : String #

[View source]
def realname=(realname : String) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]