-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
TOAuth2OnAccessToken = procedure(Sender: TObject; AccessToken, RefreshToken, TokenScope: string;
expires_in: integer) of object;
procedure InternalGrantAuthorizationCode(Scope: string);
procedure InternalImplicitGrant(Scope: string);
function Post(URL: string; Params: TStrings; Response: TOAuth2Response): integer;
you pass string-params BY VALUE (no word 'const'). it is much slower. must use function F(const s: string).
Metadata
Metadata
Assignees
Labels
No labels