PHP Class Emarref\Jwt\Claim\IssuedAt

The iat (issued at) claim identifies the time at which the JWT was issued. This claim can be used to determine the age of the JWT. Its value MUST be a number containing a NumericDate value. Use of this claim is OPTIONAL.
Inheritance: extends DateValueClaim
Datei anzeigen Open project: emarref/jwt

Public Methods

Method Description
getName ( ) : string

Method Details

getName() public method

public getName ( ) : string
return string