class OpenIDConfiguration

Class OpenIDConfiguration

Properties

protected $authorizationEndpoint
protected $tokenEndpoint
protected $jwksUri
protected $issuerUri
protected $endSessionEndpoint

Methods

__construct(string $url)

OpenIDConfiguration constructor.

string
getAuthorizationEndpoint()

Get Authorization Endpoint

string
getEndSessionEndpoint()

Get Logout Endpoint

string
getIssuerUri()

Get IssuerUri

string
getJwksUri()

Get JSON Web Key Set Uri

string
getTokenEndpoint()

Get AccessToken Endpoint

Details

at line 29
__construct(string $url)

OpenIDConfiguration constructor.

at line 58
string getAuthorizationEndpoint()

Get Authorization Endpoint

Return Value

string

at line 94
string getEndSessionEndpoint()

Get Logout Endpoint

Return Value

string

at line 85
string getIssuerUri()

Get IssuerUri

Return Value

string

at line 76
string getJwksUri()

Get JSON Web Key Set Uri

Return Value

string

at line 67
string getTokenEndpoint()

Get AccessToken Endpoint

Return Value

string