BasicApplicationAbstract
Subclass for any Application that authenticates with a static credential.
use Hanaboso\PipesPhpSdk\Authorization\Base\Basic\BasicApplicationAbstract;
Inheritance #
ApplicationAbstract -> BasicApplicationAbstract (implements BasicApplicationInterface)
Methods you implement #
Inherited from ApplicationAbstract: getName, getPublicName, getDescription, getFormStack, getRequestDto.
BasicApplicationAbstract adds no new abstract methods. Its role is to mark the auth flavour for the platform and to declare BasicApplicationInterface.
Conventions #
- Read credentials from
$install->getSettings()['authorization_form']. - Declare auth fields in a form keyed
authorization_formso the Admin UI surfaces them in the right tab.
See also #
- OAuth2ApplicationAbstract
- Development: Basic Application
- Node.js equivalent:
ABasicApplication