convert wp_oauth to base class

This commit is contained in:
lpm0073
2022-10-06 15:53:54 -05:00
parent c145384dfe
commit d4e2b8e7b5
6 changed files with 114 additions and 699 deletions

View File

@ -0,0 +1,5 @@
{
"error": "redirect_uri_mismatch",
"error_description": "The redirect URI provided is missing or does not match",
"error_uri": "http://tools.ietf.org/html/rfc6749#section-3.1.2"
}