Property | Type | Description | |
---|---|---|---|
$fillable | array | The attributes that are mass assignable. | |
$hidden | array | The attributes that should be hidden for arrays. |
Method | 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 |
public getJWTCustomClaims ( ) : array | ||
return | array |
public getJWTIdentifier ( ) : mixed | ||
return | mixed |
protected array $fillable | ||
return | array |