Taken from the login function definition
Performs a login attempt, using the provider specified via attribute/property, or optionally via provider argument to the login function. Optionally, provider-specific login parameters can be specified via attribute (JSON)/property, or via the params argument to the login function.
I do not see where I am able to pass in the provider, and when specified in the params, it is ignored and the method attempts to login using the original provider.
Taken from the
loginfunction definitionI do not see where I am able to pass in the
provider, and when specified in theparams, it is ignored and the method attempts to login using the original provider.