oauth2c
Verified for current stable LTS
Oauth2c Command: Use Device Authorization Flow
Use for use device authorization flow with Oauth2c. Exact CLI syntax to use device authorization flow using Oauth2c.
When to use this: Use for use device authorization flow with Oauth2c.
Command Syntax
oauth2c <issuer_url> --client-id <client_id> --grant-type device_code oauth2c <issuer_url> --client-id <client_id> --grant-type device_code Command Breakdown
--client-id- Command Option
- Tool-specific option used by this command invocation.
--grant-type- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to use device authorization flow using Oauth2c.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Oauth2c Command: Fetch Access Token Client Credentials
oauth2c <issuer_url> --client-id <client_id> --client-secret <client_secret> Oauth2c Command: Fetch Token Authorization Code Flow oauth2c <issuer_url> --client-id <client_id> --response-types code Oauth2c Command: Fetch Token Authorization Code Pkce oauth2c <issuer_url> --client-id <client_id> --pkce Oauth2c Command: Fetch Token Password Credentials oauth2c <issuer_url> --client-id <client_id> --username <username> --password <password> Oauth2c Command: Fetch Token Specific Scopes oauth2c <issuer_url> --client-id <client_id> --scopes <scope1,scope2>