class OpenIDConfiguration

Class OpenIDConfiguration

Properties

protected string|null $authorizationEndpoint
protected string|null $tokenEndpoint
protected string|null $jwksUri
protected string|null $issuerUri
protected string|null $endSessionEndpoint
protected string|null $userinfoEndpoint

Methods

__construct(string $url)

OpenIDConfiguration constructor.

string|null
getAuthorizationEndpoint()

Get Authorization Endpoint

string|null
getEndSessionEndpoint()

Get Logout Endpoint

string|null
getIssuerUri()

Get IssuerUri

string|null
getJwksUri()

Get JSON Web Key Set Uri

string|null
getTokenEndpoint()

Get AccessToken Endpoint

string|null
getUserinfoEndpoint()

Get Userinfo Endpoint

Details

at line 33
__construct(string $url)

OpenIDConfiguration constructor.

at line 68
string|null getAuthorizationEndpoint()

Get Authorization Endpoint

Return Value

string|null

at line 104
string|null getEndSessionEndpoint()

Get Logout Endpoint

Return Value

string|null

at line 95
string|null getIssuerUri()

Get IssuerUri

Return Value

string|null

at line 86
string|null getJwksUri()

Get JSON Web Key Set Uri

Return Value

string|null

at line 77
string|null getTokenEndpoint()

Get AccessToken Endpoint

Return Value

string|null

at line 113
string|null getUserinfoEndpoint()

Get Userinfo Endpoint

Return Value

string|null