Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Sep 26, 2016
1 parent 1f9cdb2 commit ce961ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jwt/jwt-authentication-result.js
Expand Up @@ -52,8 +52,8 @@ var nJwt = require('njwt');
* @description
*
* Encapsulates the access token response from an application's `/oauth/token`
* endpoint. This is a base class which is extended by the
* {@link OAuthPasswordGrantAuthenticationResult}.
* endpoint. This is a base class which is extended by
* {@link OAuthPasswordGrantAuthenticationResult} and {@link OAuthClientCredentialsAuthenticationResult}.
*
* @param {Application} application
* The Stormpath Application that issued the tokens.
Expand Down

0 comments on commit ce961ab

Please sign in to comment.