AdditionalUserInfo
@objc(FIRAdditionalUserInfo)
open class AdditionalUserInfo : NSObject
extension AdditionalUserInfo: NSSecureCoding
Undocumented
-
The provider identifier.
Declaration
Swift
@objc public let providerID: String
-
Dictionary containing the additional IdP specific information.
Declaration
Swift
@objc public let profile: [String : Any]?
-
The name of the user.
Declaration
Swift
@objc public let username: String?
-
Indicates whether or not the current user was signed in for the first time.
Declaration
Swift
@objc public let isNewUser: Bool
-
Indicates whether or not the current user was signed in for the first time.
Declaration
Swift
@objc open func newUser() -> Bool
-
Undocumented
Declaration
Swift
public static let supportsSecureCoding: Bool
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
public func encode(with aCoder: NSCoder)