class Docr::Types::AuthConfig

Included Modules

Defined in:

docr/types/auth_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(username : String, password : String, email : String, serveraddress : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(identitytoken : String) #

[View source]

Instance Method Detail

def email : String | Nil #

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

[View source]
def identitytoken : String | Nil #

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

[View source]
def password : String | Nil #

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

[View source]
def serveraddress : String | Nil #

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

[View source]
def username : String | Nil #

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

[View source]