Bluestacks · OAuth Scopes

Bluestacks OAuth Scopes

OAuth 2.0 searched

Bluestacks publishes 3 OAuth 2.0 scopes via the authorizationCode and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Bluestacks API on a user’s behalf.

Tokens are issued from https://now.gg/accounts/oauth2/v1/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyGamingCloud GamingAndroidMobilePaymentsIn-App PurchasesSubscriptionsDeveloper PlatformApp DistributionAdvertisingOAuth
Scopes: 3 Flows: authorizationCode, refreshToken Method: searched

OAuth endpoints

Token URL
https://now.gg/accounts/oauth2/v1/token
Flows
authorizationCoderefreshToken

Scopes (3)

ScopeDescriptionFlows
email Scope of authorization covering the player's email address. authorizationCode
profile Scope of authorization covering the player's profile information. authorizationCode
authorization Scope of authorization covering authorization itself. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-08'
method: searched
source: https://docs.now.gg/user-account-service/api-reference
docs: https://docs.now.gg/user-account-service/api-reference
note: >-
  now.gg publishes no scopes or permissions reference page. The scope vocabulary below
  is what the API reference itself documents: the `scope` claim inside a decoded
  now.gg `token` is described as "Scope of authorization: email/profile/authorization".
  Those three values are the entire published surface. No per-scope description, no
  scope-request parameter, and no mapping from scope to endpoint is documented
  anywhere, so the descriptions below are the docs' own wording and nothing more.
schemes:
- name: nowggOAuth2
  source: https://docs.now.gg/user-account-service/api-reference
  flows:
  - flow: authorizationCode
    tokenUrl: https://now.gg/accounts/oauth2/v1/token
  - flow: refreshToken
    tokenUrl: https://now.gg/accounts/oauth2/v1/token
scopes:
- scope: email
  description: Scope of authorization covering the player's email address.
  evidence: '`scope` claim sample value in the decoded-token reference'
  flows:
  - authorizationCode
- scope: profile
  description: Scope of authorization covering the player's profile information.
  evidence: enumerated in the `scope` claim description (email/profile/authorization)
  flows:
  - authorizationCode
- scope: authorization
  description: Scope of authorization covering authorization itself.
  evidence: enumerated in the `scope` claim description (email/profile/authorization)
  flows:
  - authorizationCode
gaps:
- No scopes/permissions reference page exists; the vocabulary is only visible as a
  sample claim value inside the token reference.
- No documented way for a client to REQUEST a scope — no scope parameter appears in
  the token or verify-token request bodies.
- No mapping from scope to the endpoints it authorizes (userinfo vs sessioninfo).
- The Payments API is key-authorized, not OAuth-scoped, so none of these scopes apply
  to it.