| Methods |
public
|
__construct(Request $request)
|
#
|
public
|
getRequest(): Request
Returns the OAuth request.
Returns the OAuth request.
Returns
|
#
|
public
|
setClient(OAuthClient $client, string $client_auth_method): void
Sets the authenticated client and the method used to authenticate
the client.
Sets the authenticated client and the method used to authenticate
the client.
Once this method is called, the event stops.
Parameters
| $client |
the client authenticated
|
| $client_auth_method |
the authentication method used
|
|
#
|
public
|
getClient(): OAuthClient
Returns the client set by the listeners.
Returns the client set by the listeners.
Returns
|
#
|
public
|
hasClient(): bool
Returns whether a client has been set
Returns whether a client has been set
Returns
true if a client has been set
|
#
|
public
|
getAuthMethod(): string
Returns the method used to authenticate the client.
Returns the method used to authenticate the client.
Returns
the authentication method, or null
|
#
|
public
|
isPropagationStopped(): bool
|
#
|