Request authorization from the user to access Spotify resources on their behalf using the authorization code flow
- 服务商
- Spotify for Backstage(开发者门户)
- 输入摘要
- {"name":"response_type","type":"string","required":true,"description":"Set to code","enum":["code"]}, {"name":"redirect_uri","type":"string","required":true,"description":"The URI to redirect to after the user grants or denies permission. Must exactly match the registered redirect URI"}, {"name":"state","type":"string","required":false,"description":"Provides protection against attacks such as cross-site request forgery. Strongly recommended"}, {"name":"scope","type":"string","required":false,"description":"A space-separated list of scopes. If no scopes are specified, authorization will be granted only to access publicly available information"}, {"name":"show_dialog","type":"boolean","required":false,"description":"Whether or not to force the user to approve the app again if they've already done so. false (default) or true"}, {"name":"code_challenge_method","type":"string","required":true,"description":"Set to S256","enum":["S256"]}, {"name":"code_challenge","type":"string","required":true,"description":"The code challenge calculated from the code verifier"}
- 输出摘要
- 暂无公开信息
- 计费规则
- 1
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息