'Authorization', 'hmac' => 'Authorization', ]; /** * -------------------------------------------------------------------- * Unused Token Lifetime * -------------------------------------------------------------------- * Determines the amount of time, in seconds, that an unused token can * be used. */ public int $unusedTokenLifetime = YEAR; /** * -------------------------------------------------------------------- * HMAC secret key byte size * -------------------------------------------------------------------- * Specify in integer the desired byte size of the * HMAC SHA256 byte size */ public int $hmacSecretKeyByteSize = 32; }