In order to support the new authentication methods introduced by OpenID Connect we need to be able to pass custom parameters with the ImplictGrant request.
AuthorizationCodeGrant already takes a custom parameter list. For ImplicitGrant is should work the same way.
In order to support the new authentication methods introduced by OpenID Connect we need to be able to pass custom parameters with the
ImplictGrantrequest.AuthorizationCodeGrantalready takes a custom parameter list. ForImplicitGrantis should work the same way.