跳轉到主要內容
版本:0.2.0-beta.1

型別別名:AuthServerConfigErrorCode (Type Alias: AuthServerConfigErrorCode)

type AuthServerConfigErrorCode = 
  | "invalid_server_metadata"
  | "code_response_type_not_supported"
  | "authorization_code_grant_not_supported"
  | "pkce_not_supported"
  | "s256_code_challenge_method_not_supported";

驗證授權伺服器中繼資料時可能發生的錯誤代碼 (The codes for errors that can occur when validating the authorization server metadata)。