oauth2_client: naming

This commit is contained in:
Michael Klishin 2024-02-05 18:16:45 -05:00
parent d5c15a58a7
commit f194b4246a
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
-define(RESPONSE_TOKEN_ENDPOINT, <<"token_endpoint">>).
-define(RESPONSE_AUTHORIZATION_ENDPOINT, <<"authorization_endpoint">>).
-define(RESPONSE_JWKS_URI, <<"jwks_uri">>).
-define(RESPONSE_SSL_OPTIONS, <<"ssl_options">>).
-define(RESPONSE_TLS_OPTIONS, <<"ssl_options">>).
%% The closest we have to a type import in Erlang
-type option(T) :: rabbit_types:option(T).