You are here

public function AccessTokenResource::unlock in Simple OAuth (OAuth2) & OpenID Connect 8

Unlocks the entity.

Overrides AccessTokenResourceInterface::unlock

File

src/Entity/AccessTokenResource.php, line 99

Class

AccessTokenResource
Defines the Access Token Resource entity.

Namespace

Drupal\simple_oauth\Entity

Code

public function unlock() {
  $this->locked = FALSE;
}