We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43165b commit 96772ceCopy full SHA for 96772ce
deps/oauth2_client/src/oauth2_client.erl
@@ -12,13 +12,7 @@
12
]).
13
14
-include("oauth2_client.hrl").
15
-<<<<<<< HEAD
16
--include_lib("public_key/include/public_key.hrl").
17
-
18
--spec get_access_token(oauth_provider_id() | oauth_provider(), access_token_request()) ->
19
-=======
20
-spec get_access_token(oauth_provider(), access_token_request()) ->
21
->>>>>>> 72ab1944bf (Make end_session_endpoint configurable)
22
{ok, successful_access_token_response()} | {error, unsuccessful_access_token_response() | any()}.
23
get_access_token(OAuthProvider, Request) ->
24
rabbit_log:debug("get_access_token using OAuthProvider:~p and client_id:~p",
0 commit comments