code_verifier => 隨機生成的字串,並做URL-Safe 的Base64 編碼處理; code_challenge => 將code_verifier 使用SHA256 Hash 加密(單向加密,無法反推).
確定! 回上一頁