PHP Class app\models\ApiSubscriber

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Tymon\JWTAuth\Contracts\JWTSubject, use trait Illuminate\Auth\Authenticatable
Afficher le fichier Open project: 0plus1/lumendingojwtapi

Protected Properties

Свойство Type Description
$primaryKey
$table
$visible

Méthodes publiques

Méthode Description
getJWTCustomClaims ( ) : array Return a key value array, containing any custom claims to be added to the JWT
getJWTIdentifier ( ) : mixed Get the identifier that will be stored in the subject claim of the JWT
setPasswordAttribute ( $value )

Method Details

getJWTCustomClaims() public méthode

Return a key value array, containing any custom claims to be added to the JWT
public getJWTCustomClaims ( ) : array
Résultat array

getJWTIdentifier() public méthode

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
Résultat mixed

setPasswordAttribute() public méthode

public setPasswordAttribute ( $value )
$value

Property Details

$primaryKey protected_oe property

protected $primaryKey

$table protected_oe property

protected $table

$visible protected_oe property

protected $visible