Class SimpleID\Protocols\OAuth\OAuthInitClientEvent

extends BaseEvent
implements StoppableEventInterface

An event to authenticate a client.

Listeners should examine the request from the getRequest() method for authentication credentials. If this contains the necessary credentials to authenticate a client, it should call the setClient() method.

Methods
Properties