aboutsummaryrefslogtreecommitdiff
path: root/include/ejabberd_oauth.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ejabberd_oauth.hrl')
-rw-r--r--include/ejabberd_oauth.hrl6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ejabberd_oauth.hrl b/include/ejabberd_oauth.hrl
index 9254da1e5..2daee39d9 100644
--- a/include/ejabberd_oauth.hrl
+++ b/include/ejabberd_oauth.hrl
@@ -26,8 +26,8 @@
}).
-record(oauth_client, {
- client = <<"">> :: binary() | '_',
- secret = <<"">> :: binary() | '_',
- grant_type = password :: password | '_',
+ client_id = <<"">> :: binary() | '_',
+ client_name = <<"">> :: binary() | '_',
+ grant_type :: password | implicit | '_',
options :: [any()] | '_'
}).