Skip to content

Commit

Permalink
Fix type spec once more (forgot to select line in commit code range)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed May 11, 2023
1 parent 69ee6b1 commit 13320ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/openid_connect.ex
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ defmodule OpenIDConnect do
config(),
redirect_uri :: redirect_uri(),
params :: %{optional(atom) => term()}
) :: {:ok, uri :: String.t()} | {:error, term()}
def authorization_uri(config, redirect_uri, params \\ %{}) do
discovery_document_uri = config.discovery_document_uri

Expand Down

0 comments on commit 13320ed

Please sign in to comment.