Type alias PKCERequestArgs

PKCERequestArgs: Omit<PKCERequest, "code_challenge" | "code_challenge_method" | "response_type">

Returns

A PKCERequest object with properties omitted that are automatically computed in by the SDK.

Generated using TypeDoc