Skip to content

Commit

Permalink
doc: correct documentation for oidcc_token:access() (#293)
Browse files Browse the repository at this point in the history
Fixes: #292
  • Loading branch information
paulswartz committed Nov 21, 2023
1 parent 3523b70 commit 9a332f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/oidcc/token/access.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule Oidcc.Token.Access do
@moduledoc """
Access Token struct
Access Token struct.
See `t::oidcc_token.access/0`
"""
@moduledoc since: "3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion src/oidcc_token.erl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
%%
%% <ul>
%% <li>`token' - The retrieved token</li>
%% <li>`expires' - Timestamp when token will expire</li>
%% <li>`expires' - Number of seconds the token is valid</li>
%% </ul>

-type refresh() :: #oidcc_token_refresh{token :: binary()}.
Expand Down

0 comments on commit 9a332f8

Please sign in to comment.