Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 960 Bytes

File metadata and controls

23 lines (16 loc) · 960 Bytes

AbstractClientSecretAuthentication ⇐ AbstractClientAuthentication

Shared behaviour for the secret-based methods (client_secret_basic, client_secret_post): validate the credential format, then delegate verification of the secret to model.getClient(clientId, clientSecret).

Subclasses differ only in how the credentials are carried on the wire (getCredentials).

Kind: global abstract class
Extends: AbstractClientAuthentication

abstractClientSecretAuthentication.getCredentials(request) ⇒ Object

Extract { clientId, clientSecret } from the request for this transport.

Kind: instance abstract method of AbstractClientSecretAuthentication

Param Type
request Request