class Authority::Authorize::NewEndpoint

Included Modules

Defined in:

endpoints/authorize/new_endpoint.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.connect(path : Router::Path) #

[View source]
def self.delete(path : Router::Path) #

[View source]
def self.get(path : Router::Path) #

[View source]
def self.head(path : Router::Path) #

[View source]
def self.options(path : Router::Path) #

[View source]
def self.patch(path : Router::Path) #

[View source]
def self.post(path : Router::Path) #

[View source]
def self.put(path : Router::Path) #

[View source]
def self.trace(path : Router::Path) #

[View source]

Instance Method Detail


[View source]
def forward_url #

[View source]
def new_request : Request #

[View source]
def signin #

[View source]
def user_logged_in? #

[View source]