Allow a user to sign up to a forms app.
await authService.signUp({ formsAppId: 1, email: 'test@oneblink.io', firstName: 'first', lastName: 'last',}) Copy
await authService.signUp({ formsAppId: 1, email: 'test@oneblink.io', firstName: 'first', lastName: 'last',})
Allow a user to sign up to a forms app.
Example