interface JwtSubject

Methods

mixed
getJwtIdentifier()

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

array
getJwtCustomClaims()

Return custom claims to add to the token.

Details

at line 12
mixed getJwtIdentifier()

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

Return Value

mixed

at line 17
array getJwtCustomClaims()

Return custom claims to add to the token.

Return Value

array