AtlasClientDelegate
public protocol AtlasClientDelegate : AnyObject
Important events for an Atlas client that you can register to receive
-
The authenticated user’s credential has expired.
Declaration
Swift
func credentialExpired()
-
The authenticated user’s credential has been set (either by authenticating, or by the JWT being refreshed)
Declaration
Swift
func credentialSet(jwt: String)