Skip to content

Commit

Permalink
Update in oauth2:authorize_password documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmr authored and bipthelin committed Aug 19, 2013
1 parent e5878c2 commit c15256d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oauth2.erl
Expand Up @@ -73,7 +73,8 @@
%%% API functions
%%%===================================================================

%% @doc Authorizes a client via Resource Owner Password Credentials.
%% @doc Authorizes a resource owner's credentials. Useful for
%% Resource Owner Password Credentials Grant and Implicit Grant.
-spec authorize_password(Username, Password, Scope, AppContext)
-> {ok, Authorization} | {error, Reason} when
Username :: binary(),
Expand Down

0 comments on commit c15256d

Please sign in to comment.