API:REST.Authenticator.Simple.TSimpleAuthenticator.ResetToDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetToDefaults; override;

C++

virtual void __fastcall ResetToDefaults();

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Authenticator.Simple.pas
REST.Authenticator.Simple.hpp
REST.Authenticator.Simple TSimpleAuthenticator

Description

Clears all authentication information generated by Authenticate.

REST.Authenticator.Simple.TSimpleAuthenticator.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