generated: '2026-07-18' method: searched source: openapi/clearslide-openapi.yml docs: https://developer.clearslide.com/docs/oauth-20 registration: mailto:apisupport@clearslide.com summary: types: - oauth2 oauth2_flows: - authorizationCode - password schemes: - name: oauth2 type: oauth2 flows: - flow: authorizationCode authorizationUrl: https://oauth.platform.clearslide.com/oauth/authorize tokenUrl: https://oauth.platform.clearslide.com/oauth/token scopes: 2 - flow: password tokenUrl: https://oauth.platform.clearslide.com/oauth/token scopes: 2 description: ClearSlide supports OAuth 2.0 Authorization Code (RFC 6749 §4.1) and Resource Owner Password Credentials (RFC 6749 §4.3) grants. Register a client redirect URL with apisupport@clearslide.com to receive a client id and client secret. sources: - openapi/clearslide-openapi.yml