SelectIdPCallback
public class SelectIdPCallback : SingleValueCallback
SelectIdPCallback is a representation of AM’s Select Identity Provider
Node to select a specific Identity Provider from given options (local authentication, or list of social login providers)
-
An array of Identity Provider value
Declaration
Swift
public var providers: [IdPValue]
-
Designated initialization method for SelectIdPCallback
Throws
AuthError.invalidCallbackResponse for invalid callback responseDeclaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON object of SelectIdPCallback