class Authn::Bearer

Overview

Bearer implements Authenticator for bearer authentication.

Defined in:

authn/bearer.cr

Constructors

Instance Method Summary

Instance methods inherited from class Authn::Authenticator

authorization : String authorization

Constructor Detail

def self.new(__temp_34 : JSON::PullParser) #

def self.new(token : String) #

[View source]

Instance Method Detail

def authorization #

[View source]
def to_json(json : JSON::Builder) #

def token : String #

def token=(_token : String) #