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 d1f3ab5 commit 01ead47Copy full SHA for 01ead47
lib/oidcc/plug/validate_jwt_token.ex
@@ -51,7 +51,7 @@ defmodule Oidcc.Plug.ValidateJwtToken do
51
client_id: String.t() | (-> String.t()),
52
client_secret: String.t() | (-> String.t()),
53
send_inactive_token_response: (conn :: Plug.Conn.t() -> Plug.Conn.t()),
54
- validate_opts: Oidcc.Token.validate_id_token_opts()
+ validate_opts: Oidcc.Token.retrieve_opts()
55
]
56
57
defmodule Error do
0 commit comments