RLMASLoginDelegate
Objective-C
@protocol RLMASLoginDelegate
Swift
protocol RLMASLoginDelegate
使用此委托可在身份验证成功或失败后提供回调
-
身份验证失败时调用的回调。
声明
Objective-C
- (void)authenticationDidFailWithError:(nonnull NSError *)error;
Swift
func authenticationDidComplete(error: any Error)
参数
error
描述身份验证失败的错误。