Files
openrouter-python-sdk-retry…/docs/operations/createauthkeyscodecodechallengemethod.mdx

23 lines
434 B
Plaintext

---
title: "CreateAuthKeysCodeCodeChallengeMethod"
---
The method used to generate the code challenge
## Example Usage
```python
from openrouter.operations import CreateAuthKeysCodeCodeChallengeMethod
# Open enum: unrecognized values are captured as UnrecognizedStr
value: CreateAuthKeysCodeCodeChallengeMethod = "S256"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"S256"`
- `"plain"`