## CodeChallengeMethod type

Allowed values for `code_challenge_method` in a PKCE exchange.

**Signature:**

```typescript
export type CodeChallengeMethod = 'plain' | 'S256';
```

- [CodeChallengeMethod type](/content/docs/sdk/core.codechallengemethod#codechallengemethod-type/index.html)
