Skip to content

Commit

Permalink
Carriage return
Browse files Browse the repository at this point in the history
  • Loading branch information
Bip Thelin committed Mar 5, 2012
1 parent da72536 commit b384b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -103,7 +103,7 @@ Here's a step by step to the various flows:
"http://REDIRECT.URL/here?code=n2HqNFz3QhZ_EjcXP8QuWgpCrbZCJx&this=that",
30}
6> oauth2:verify_token(authorization_code,oauth2_mock_db,"n2HqNFz3QhZ_EjcXP8QuWgpCrbZCJx", ClientId, RedirectUri).
{ok,[{access_token,"aTjJHonW0nsHzUp.1330937706.xS__1bdSYTYcZlB"},
{ok,[{access_token,"aTjJHonW0nsHzUp.1330937706.xS__1bdSYTYcZlB"},
{token_type,"Bearer"},
{expires_in,7200}]}
7> oauth2:verify_token(access_token,oauth2_mock_db,"aTjJHonW0nsHzUp.1330937706.xS__1bdSYTYcZlB", ClientId). {ok,[{audience,"123abcABC"},
Expand Down

0 comments on commit b384b99

Please sign in to comment.