ARTAuthDelegate
Objective-C
@protocol ARTAuthDelegate <NSObject>
Swift
protocol ARTAuthDelegate : NSObjectProtocol
Messages related to the ARTAuth
-
Undocumented
Declaration
Objective-C
- (void)auth:(ARTAuthInternal *)auth didAuthorize:(ARTTokenDetails *)tokenDetails completion:(void (^)(ARTAuthorizationState, ARTErrorInfo *_Nullable))completion;
Swift
func auth(_ auth: ARTAuthInternal, didAuthorize tokenDetails: ARTTokenDetails) async -> (ARTAuthorizationState, ARTErrorInfo?)