class Authority::AccessToken::CreateEndpoint
- Authority::AccessToken::CreateEndpoint
- Reference
- Object
Included Modules
- Azu::Endpoint(Authority::AccessToken::CreateRequest, Authority::AccessTokenResponse)
Defined in:
endpoints/access_token/create_endpoint.crConstant Summary
-
AUTH =
"Authorization"
-
BASIC =
"Basic"
Class Method Summary
- .connect(path : Router::Path)
- .delete(path : Router::Path)
- .get(path : Router::Path)
- .head(path : Router::Path)
- .helper_path_name
- .options(path : Router::Path)
- .patch(path : Router::Path)
- .path(**params)
- .post(path : Router::Path)
- .put(path : Router::Path)
- .trace(path : Router::Path)
Instance Method Summary
-
#call : AccessTokenResponse
When we include Endpoint module, we make our object compliant with Azu Endpoints by implementing the #call, which is a method that accepts no arguments
- #create_request : Request
Class Method Detail
Instance Method Detail
def call : AccessTokenResponse
#
Description copied from module Azu::Endpoint(Authority::AccessToken::CreateRequest, Authority::AccessTokenResponse)
When we include Endpoint module, we make our object compliant with Azu Endpoints by implementing the #call, which is a method that accepts no arguments
def call : IndexPage
IndexPage.new
end