abstract class AbstractEntryPoint implements EntryPointInterface (View source)

An abstract authentication entry point.

Properties

protected array $options

The configurations options

Methods

void
setOptions(array $options)

Sets the options array

array
getOptions()

Returns the options array

Details

void setOptions(array $options)

Sets the options array

Parameters

array $options

An array of configuration options

Return Value

void

array getOptions()

Returns the options array

Return Value

array

An array of configuration options