ChangedKeyDelegate
@objc
public protocol ChangedKeyDelegate
This protocol can be used to track Users keys rotations
-
This function is called when some local card became outdated
Declaration
Swift
func keyChanged(identity: String)Parameters
identityidentity, which key was changed
ChangedKeyDelegate Protocol Reference