class Authn::Basic

Overview

Basic implements Authenticator for basic authentication.

Defined in:

authn/basic.cr

Constructors

Instance Method Summary

Instance methods inherited from class Authn::Authenticator

authorization : String authorization

Constructor Detail

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

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

Instance Method Detail

def authorization #

[View source]
def password : String #

def password=(_password : String) #

def to_json(json : JSON::Builder) #

def username : String #

def username=(_username : String) #