Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/oauth2/access_token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ defmodule OAuth2.AccessToken do
@type refresh_token :: binary | nil
@type expires_at :: integer
@type token_type :: binary
@type other_params :: %{}
@type body :: binary | %{}
@type other_params :: %{binary => binary}
@type body :: binary | map

@type t :: %__MODULE__{
access_token: access_token,
Expand Down