Trying to implement JWTs into my application and I've come across syntax like this
Claims::getExpiration and I've never learned about this syntax or way of writing code. I'm curious about what it's called or what I can search on google to get a better understanding of it.
From my understanding it's just the Classname followed by the method that is being called, but I would like a better understanding of it and how I can implement code myself to work like this.