equals

open operator override fun equals(other: Any?): Boolean(source)

Compares this JWTCredential with the specified object for equality.

Return

true if the specified object is equal to this JWTCredential, false otherwise.

Parameters

other

The object to compare with this JWTCredential.