SFSDKURLHandler Protocol Reference

Conforms to NSObject
Declared in SFSDKURLHandler.h

– canHandleRequest:options: required method

- (BOOL)canHandleRequest:(nonnull NSURL *)url options:(nullable NSDictionary *)options

– processRequest:options: required method

- (BOOL)processRequest:(nonnull NSURL *)url options:(nullable NSDictionary *)options

– processRequest:options:completion:failure:

- (BOOL)processRequest:(nonnull NSURL *)url options:(nullable NSDictionary *)options completion:(nullable SFUserAccountManagerSuccessCallbackBlock)completionBlock failure:(nullable SFUserAccountManagerFailureCallbackBlock)failureBlock