class Circed::Services::ServerCredentials

Overview

Specific credential types

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(server_name : String, password : String, token : String | Nil = nil) #

[View source]

Instance Method Detail

def password : String #

[View source]
def server_name : String #

[View source]