REST.Authenticator.OAuth.TOAuth2Authenticator.DoAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAuthenticate(ARequest: TCustomRESTRequest); override;

C++

virtual void __fastcall DoAuthenticate(Rest::Client::TCustomRESTRequest* ARequest);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth2Authenticator

Description

Method that subclasses of TCustomAuthenticator implement to perform the actual authentication against the server that is target of the specified request.

REST.Authenticator.OAuth.TOAuth2Authenticator.DoAuthenticate inherits from REST.Client.TCustomAuthenticator.DoAuthenticate. All content below this line refers to REST.Client.TCustomAuthenticator.DoAuthenticate.

Method that subclasses of TCustomAuthenticator implement to perform the actual authentication against the server that is target of the specified request.

DoAuthenticate extends the specified request data required for authentication against the server.

See Also