Initialize the service with required configuration. This must be done before using before some of the function in this service.
authService.init({ oAuthClientId: 'YOUR_OAUTH_CLIENT_ID',}) Copy
authService.init({ oAuthClientId: 'YOUR_OAUTH_CLIENT_ID',})
Initialize the service with required configuration. This must be done before using before some of the function in this service.
Example