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

Resets the field values of the simple authenticator to the default values.

ResetToDefaults sets username and password values and keys to an empty string.

See Also