class Circed::Core::AuthenticationCredentials

Overview

Authentication types

Direct Known Subclasses

Defined in:

circed/core/interfaces.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(password : Nil | String = nil, server_name : Nil | String = nil, token : Nil | String = nil) #

[View source]

Instance Method Detail

def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]
def server_name : String | Nil #

[View source]
def server_name=(server_name : String | Nil) #

[View source]
def token : String | Nil #

[View source]
def token=(token : String | Nil) #

[View source]