How to sign with expo-app-auth using a google service account?

Hello,

Is it possible to signin with expo-app-auth using a google service account?

Please provide the following:

  1. SDK Version: 39
  2. Platforms(Android/iOS/web/all): Android

service credentials json have this fields:

{
  "type": "service_account",
  "project_id": "",
  "private_key_id": "",
  "private_key": "",
  "client_email": "",
  "client_id": "",
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  "token_uri": "https://oauth2.googleapis.com/token",
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
  "client_x509_cert_url": ""
}

I tried to use this config in AppAuth.authAsync() without success

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.