REST.Authenticator.OAuth.TOAuth2Authenticator.GetWebLoginProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure GetWebLoginProvider(const AName: string;
var ABeforeRedirectProc, AAfterRedirectProc: TWebLoginRedirectProc;
var ATitleChangedProc: TWebLoginTitleChangedProc;
var AOptions: TProviderOptions);

C++

__classmethod void __fastcall GetWebLoginProvider(const System::UnicodeString AName, _di_TWebLoginRedirectProc &ABeforeRedirectProc, _di_TWebLoginRedirectProc &AAfterRedirectProc, _di_TWebLoginTitleChangedProc &ATitleChangedProc, TProviderOptions &AOptions);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.