You are here

public property Client::$redirect_uri in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/Client.php \Drupal\oauth2_server\Entity\Client::redirect_uri

The absolute URI to redirect to after authorization.

Type: string

File

src/Entity/Client.php, line 92

Class

Client
Defines the OAuth2 client entity.

Namespace

Drupal\oauth2_server\Entity

Code

public $redirect_uri;