core.codechallengemethod
Home > @medplum/core > CodeChallengeMethod
CodeChallengeMethod type
Allowed values for code_challenge_method
in a PKCE exchange.
Signature:
export type CodeChallengeMethod = 'plain' | 'S256';
Home > @medplum/core > CodeChallengeMethod
Allowed values for code_challenge_method
in a PKCE exchange.
Signature:
export type CodeChallengeMethod = 'plain' | 'S256';