asobi_oauth_controller (asobi v0.72.6)

View Source

Summary

Types

response/0

-type response() ::
          {json, integer(), map(), map()} |
          {asobi_error, asobi_error:code()} |
          {asobi_error, asobi_error:code(), asobi_error:details()}.

Functions

authenticate(Req)

-spec authenticate(cowboy_req:req()) -> response().

link(Req)

-spec link(cowboy_req:req()) -> response().

unlink(Req)

-spec unlink(cowboy_req:req()) -> response().