AuthenticationEndpoint
in package
Authentication Endpoint
Table of Contents
- __construct() : AuthenticationEndpoint
- creates a new AuthenticationEndpoint instance
- callback() : mixed
- receive and process an authentication response
- process() : mixed
- process an authentication request
Methods
__construct()
creates a new AuthenticationEndpoint instance
public
__construct(array<string|int, mixed> $config, Database $database) : AuthenticationEndpoint
Parameters
- $config : array<string|int, mixed>
-
base configuration
- $database : Database
-
database instance
Tags
Return values
AuthenticationEndpoint —callback()
receive and process an authentication response
public
callback() : mixed
Tags
Return values
mixed —process()
process an authentication request
public
process() : mixed