GoogleRequestHandler
@MainActor
@objc
public class GoogleRequestHandler : NSObject, IdpRequestHandler
A handler class for managing Google Identity Provider (IdP) authorization.
-
Declaration
Swift
@discardableResult @MainActor public static func handleOpenURL(_ app: UIApplication, url: URL, options: [UIApplication.OpenURLOptionsKey : Any]?) -> Bool -
authorize(url:Asynchronous) Declaration
Swift
@MainActor public func authorize(url: URL?) async throws -> RequestParameters
urlThe URL for the IDP.
Return Value
A
Requestobject containing the result of the authorization.
View on GitHub