API:REST.Authenticator.OAuth.TOAuth2Authenticator.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.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth2Authenticator

Description

Clears all authentication information generated by Authenticate.

REST.Authenticator.OAuth.TOAuth2Authenticator.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