Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
The method used to generate the code challenge

Example Usage

import { CreateAuthKeysCodeCodeChallengeMethod } from "@openrouter/sdk/models/operations";

let value: CreateAuthKeysCodeCodeChallengeMethod = "S256";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"S256" | "plain" | Unrecognized<string>