X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=README.md;fp=README.md;h=47c8cc6fc5ba8637f9e8cd610478f70233348c71;hp=fe3e36296cee72e413ba9d4b382c4a24c0f1a0ba;hb=e486f80a4e7a1f65498335e7408f3301c9e7cb44;hpb=786217e7862a4d956c6510c6a171c86ab160fda6 diff --git a/README.md b/README.md index fe3e362..47c8cc6 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Notable methods on the Communication class: - `async fetchJSON(urlObject)` Retrieve json from an endpoint. -- `async redeemProfileCode(urlObj, code, codeVerifier, clientId, redirectURI)` - Submit a code to get a profile response. +- `async redeemCode(urlObj, code, codeVerifier, clientId, redirectURI)` + Submit a code to get a profile or ticket response. - `async introspectToken(introspectionUrlObj, authenticationHeader, token)` Submit a token for introspection.