asobi_iap_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

verify_apple(Req)

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

verify_google(Req)

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