MockHero

oauth_scope

Security

Generate OAuth scope strings like 'openid profile email', 'read:user write:repos'. For OAuth/OIDC integration testing and consent screen development.

Example Outputs

openid profile emailread:user write:reposadmin:org read:packages

API Usage

Send a POST request to generate oauth scope data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "oauth_scope",
          "type": "oauth_scope"
        }
      ]
    }
  ]
}'

Common Use Cases

  • OAuth integration testing
  • Consent screen testing
  • API scope validation
  • Token generation testing

Quick Info

Field Type
oauth_scope
Category
Security
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate oauth scope data instantly in the playground.

Generate OAuth Scope + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free