Can you open this method please: func verify(jwt: String) -> Bool { return verifierAlgorithm.verify(jwt: jwt) }
Can you open this method please:
func verify(jwt: String) -> Bool {
return verifierAlgorithm.verify(jwt: jwt)
}