I'd like to create a Service Account so I'd be able to authenticate with it with my app. All I found is this guide, but it doesn't say how to create such an account.
Can anyone assist?
Thanks
I'd like to create a Service Account so I'd be able to authenticate with it with my app. All I found is this guide, but it doesn't say how to create such an account.
Can anyone assist?
Thanks
The docs aren't that clear but a Service Account == App. So if you create an app in the developer console and set authentication type to server authentication (jwt) and add your public key and get the app authorized in the admin console then you're ready to instantiate a service account with the following code: