File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 88-export ([get_access_token /2 , get_expiration_time /1 ,
99 refresh_access_token /2 ,
1010 get_oauth_provider /1 , get_oauth_provider /2 ,
11- get_openid_configuration /3 ,
11+ get_openid_configuration /2 , get_openid_configuration / 3 ,
1212 build_openid_discovery_endpoint /3 ,
1313 merge_openid_configuration /2 ,
1414 merge_oauth_provider /2 ,
@@ -122,6 +122,11 @@ drop_trailing_path_separator(Path) when is_list(Path) ->
122122 _ -> Path
123123 end .
124124
125+ -spec get_openid_configuration (DiscoveryEndpoint :: uri_string :uri_string (),
126+ ssl :tls_option () | []) -> {ok , openid_configuration ()} | {error , term ()}.
127+ get_openid_configuration (DiscoverEndpoint , TLSOptions ) ->
128+ get_openid_configuration (DiscoverEndpoint , TLSOptions , undefined ).
129+
125130-spec get_openid_configuration (DiscoveryEndpoint :: uri_string :uri_string (),
126131 ssl :tls_option () | [], proxy_options () | undefined | 'none' ) ->
127132 {ok , openid_configuration ()} | {error , term ()}.
You can’t perform that action at this time.
0 commit comments