Values.InitiateProviderRegistrationInputSourceInitiates the OAuth registration flow with a third-party provider. Returns a redirect URL and CSRF state token for completing the authorization.
type nonrec t = {provider : Provider.t;The provider to initiate registration with. Currently, only GITHUB is supported.
*)}