Pending Registration Resolver
open class PendingRegistrationResolver<A : GigyaAccount?> : Resolver<A> , IPendingRegistrationResolver
Helper class used to resolve flows that get interrupted with error "Account Pending Registration" (206001). Missing registration field will appear in the interruption "errorDetails" field. In order to resolve the flow you will need to set the missing account fields using the setAccount method.
Parameters
<A>
Account scheme.
Constructors
Link copied to clipboard
constructor(loginCallback: GigyaLoginCallback<A>, interruption: GigyaApiResponse, businessApiService: IBusinessApiService<A>)