You are here

public property OAuth2ServerClient::$public_key in OAuth2 Server 7

The public key.

Used to decode the JWT when the "JWT bearer" grant type is used.

Type: string

File

includes/oauth2_server.client.inc, line 43

Class

OAuth2ServerClient
Entity class representing the oauth2_server_client entity type.

Code

public $public_key;