mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
commit
6f0dc0c839
@ -16,7 +16,7 @@ This method should return an implementation of `\League\OAuth2\Server\Entities\A
|
|||||||
|
|
||||||
## persistNewAuthCode() : void
|
## persistNewAuthCode() : void
|
||||||
|
|
||||||
When a new auht code is created this method will be called. You don't have to do anything here but for auditing you probably want to.
|
When a new auth code is created this method will be called. You don't have to do anything here but for auditing you probably want to.
|
||||||
|
|
||||||
The auth code entity passed in has a number of methods you can call which contain data worth saving to a database:
|
The auth code entity passed in has a number of methods you can call which contain data worth saving to a database:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user