Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Parse platform 如何检查已注册的AuthType?_Parse Platform - Fatal编程技术网

Parse platform 如何检查已注册的AuthType?

Parse platform 如何检查已注册的AuthType?,parse-platform,Parse Platform,在使用apple登录解析/登录的上下文中,我使用以下行为“apple”设置authtype(在使用swift的iOS上): 在此之后,如何检查authTypeapple的身份验证委托是否已注册,以便在注册时跳过这一行 PFUser.register(AuthDelegate(), forAuthType: "apple")

在使用apple登录解析/登录的上下文中,我使用以下行为“apple”设置authtype(在使用swift的iOS上):

在此之后,如何检查authType
apple
的身份验证委托是否已注册,以便在注册时跳过这一行

PFUser.register(AuthDelegate(), forAuthType: "apple")