PHP Class Emarref\Jwt\Claim\Issuer

The iss (issuer) claim identifies the principal that issued the JWT. The processing of this claim is generally application specific. The iss value is a case-sensitive string containing a StringOrURI value. Use of this claim is OPTIONAL.
Inheritance: extends AbstractClaim
Show file Open project: emarref/jwt

Public Methods

Method Description
getName ( ) : string

Method Details

getName() public method

public getName ( ) : string
return string