Skip to content

Commit

Permalink
define default client params value in typespec
Browse files Browse the repository at this point in the history
  • Loading branch information
Boon Low committed Feb 22, 2022
1 parent 9b46f39 commit bd12e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oauth2/client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule OAuth2.Client do
@type client_secret :: binary
@type headers :: [{binary, binary}]
@type param :: binary | %{binary => param} | [param]
@type params :: %{binary => param} | Keyword.t()
@type params :: %{binary => param} | Keyword.t() | %{}
@type redirect_uri :: binary
@type ref :: reference | nil
@type request_opts :: Keyword.t()
Expand Down

0 comments on commit bd12e30

Please sign in to comment.