core.codechallengemethod | Medplum

CodeChallengeMethod type

Allowed values for code_challenge_method in a PKCE exchange.

Signature:

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