Symbol Reference
Symbol Reference
/ sgcHTTP_OAuth_Server Namespace
/ Classes / TsgcHTTPOAuthApps / TsgcHTTPOAuthApps Methods (sgcHTTP_OAuth_Server) / TsgcHTTPOAuthApps.AddApp
TsgcHTTPOAuthApps.AddApp
Close
sgcWebSockets Classes
TsgcHTTPOAuthApps.AddApp Method
Pascal
C++
C#
Visual Basic
public procedure AddApp( const aName: string; const aRedirectURI: string; const aClientId: string; const aClientSecret: string; const aExpiresIn: Integer = 3600; const aRefreshToken: Boolean = True; const aAllowedGrantTypes: TsgcOAuth2AllowedGrantTypes = [auth2Code, auth2ClientCredentials] );

This is AddApp, a member of class TsgcHTTPOAuthApps.