diff --git a/lib/cadet/auth/provider.ex b/lib/cadet/auth/provider.ex index 7e399f203..9a8bb8905 100644 --- a/lib/cadet/auth/provider.ex +++ b/lib/cadet/auth/provider.ex @@ -4,7 +4,7 @@ defmodule Cadet.Auth.Provider do it for a token with the OAuth2 provider, and then retrieves the user ID and name. """ - @type code :: String.t() + @type code :: String.t() | Plug.Conn.t() @type token :: String.t() @type client_id :: String.t() @type redirect_uri :: String.t()