class Authority::AccessToken::CreateEndpoint
Included Modules
Defined in:
endpoints/access_token/create_endpoint.cr
Constant Summary
-
AUTH =
"Authorization"
-
BASIC =
"Basic"
Class Method Summary
Instance Method Summary
Class Method Detail
def self.
connect(path : Router::Path)
#
def self.
delete(path : Router::Path)
#
def self.
get(path : Router::Path)
#
def self.
head(path : Router::Path)
#
def self.
options(path : Router::Path)
#
def self.
patch(path : Router::Path)
#
def self.
post(path : Router::Path)
#
def self.
put(path : Router::Path)
#
def self.
trace(path : Router::Path)
#
Instance Method Detail