clientId property

String clientId
finalinherited
  • Chrome Extension
    • use Google OAuth Chrome Application client id.
    • update OAuth credential app id with extension id
  • Firefox Extension
    • use Google OAuth Web Application client id.
    • update OAuth credential authorized redirect uri this can be obtain by redirectUrl
  • Web
    • use Google OAuth Web Application client id.
    • update OAuth credential authorized javaScript origins
  • Standalone App
    • use Google OAuth Chrome Application client id.
    • update OAuth credential app id

Implementation

final String clientId;