We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be7017 commit 828816cCopy full SHA for 828816c
src/ResponseTypes/BearerTokenResponse.php
@@ -63,9 +63,8 @@ public function generateHttpResponse(ResponseInterface $response)
63
}
64
65
/**
66
- * Add custom fields to your Bearer Token response here, then override
67
- * AuthorizationServer::getResponseType() to pull in your version of
68
- * this class rather than the default.
+ * Add custom fields to your Bearer Token response here, then pass an instance
+ * of your version of this class into the last parameter of the AuthorizationServer.
69
*
70
* @param AccessTokenEntityInterface $accessToken
71
0 commit comments