RLMASLoginDelegate
Objective-C
@protocol RLMASLoginDelegate
Swift
protocol RLMASLoginDelegate
Use this delegate to be provided a callback once authentication has succeed or failed
-
Callback that is invoked should the authentication fail.
Declaration
Objective-C
- (void)authenticationDidFailWithError:(nonnull NSError *)error;Swift
func authenticationDidComplete(error: any Error)Parameters
errorAn error describing the authentication failure.
View on GitHub
Install in Dash