\AppUser

Summary

Methods
Properties
Constants
generateToken()
getJWTIdentifier()
getJWTCustomClaims()
No public properties found
No constants found
No protected methods found
$fillable
$hidden
N/A
No private methods found
No private properties found
N/A

Properties

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

$hidden

$hidden : array

The attributes that should be hidden for arrays.

Type

array

Methods

generateToken()

generateToken() : mixed|string

Returns

mixed|string

getJWTIdentifier()

getJWTIdentifier() : mixed

Get the identifier that will be stored in the subject claim of the JWT.

Returns

mixed

getJWTCustomClaims()

getJWTCustomClaims() : array

Return a key value array, containing any custom claims to be added to the JWT.

Returns

array