PHP 클래스 app\models\ApiSubscriber

상속: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Tymon\JWTAuth\Contracts\JWTSubject, use trait Illuminate\Auth\Authenticatable
파일 보기 프로젝트 열기: 0plus1/lumendingojwtapi

보호된 프로퍼티들

프로퍼티 타입 설명
$primaryKey
$table
$visible

공개 메소드들

메소드 설명
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 )

메소드 상세

getJWTCustomClaims() 공개 메소드

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

getJWTIdentifier() 공개 메소드

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
리턴 mixed

setPasswordAttribute() 공개 메소드

public setPasswordAttribute ( $value )
$value

프로퍼티 상세

$primaryKey 보호되어 있는 프로퍼티

protected $primaryKey

$table 보호되어 있는 프로퍼티

protected $table

$visible 보호되어 있는 프로퍼티

protected $visible