class Docr::Types::AuthConfig
  
  - Docr::Types::AuthConfig
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/auth_config.crConstructors
- .new(username : String, password : String, email : String, serveraddress : String)
 - .new(pull : JSON::PullParser)
 - .new(identitytoken : String)
 
Instance Method Summary
- #email : String | Nil
 - #email=(email : String | Nil)
 - #identitytoken : String | Nil
 - #identitytoken=(identitytoken : String | Nil)
 - #password : String | Nil
 - #password=(password : String | Nil)
 - #serveraddress : String | Nil
 - #serveraddress=(serveraddress : String | Nil)
 - #username : String | Nil
 - #username=(username : String | Nil)
 
Constructor Detail
        
        def self.new(username : String, password : String, email : String, serveraddress : String)
        #