Class AuthProvider
AuthProvider Entity.
- Cake\ORM\Entity
- BEdita\Core\Model\Entity\AuthProvider
Methods summary
protected
string
|
|
public
|
|
public
boolean
|
#
checkAuthorization( array $providerResponse, string $providerUsername )
Check auth providers credentials. Provider username MUST match external auth provider response. |
Properties summary
protected
array
|
$_accessible
|
#
[
'*' => true,
'id' => false,
]
|
Magic properties
public
integer
|
$id
|
public
string
|
$name
|
public
string
|
$auth_class
|
public
string
|
$slug
|
public
string
|
$url
|
public
string
|
$params
|
public
boolean
|
$enabled
|
public
Cake\I18n\Time
|
$created
|
public
Cake\I18n\Time
|
$modified
|
public
|
$external_auth
|