add broker

This commit is contained in:
AJ ONeal 2017-11-25 08:21:17 +00:00
parent be9e8852b8
commit 6a131f6650
1 changed files with 5 additions and 0 deletions

View File

@ -323,6 +323,11 @@
return toRequest;
}
, broker: function (providerUri, opts) {
opts._scheme = "localstorage:";
opts._pathname = "issuer";
return OAUTH3.urls.rpc(providerUri, opts);
}
, discover: function (providerUri, opts) {
return OAUTH3.urls.directives(providerUri, opts);
}