API:REST.Authenticator.Basic.THTTPBasicAuthenticator.ResetToDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetToDefaults; override;

C++

virtual void __fastcall ResetToDefaults(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Authenticator.Basic.pas
REST.Authenticator.Basic.hpp
REST.Authenticator.Basic THTTPBasicAuthenticator

Description

Clears all authentication information generated by Authenticate.

REST.Authenticator.Basic.THTTPBasicAuthenticator.ResetToDefaults inherits from REST.Client.TCustomAuthenticator.ResetToDefaults. All content below this line refers to REST.Client.TCustomAuthenticator.ResetToDefaults.

Clears all authentication information generated by Authenticate.

See Also