다음을 통해 공유


AuthorizationMethod type

AuthorizationMethod에 대한 값을 정의합니다.

type AuthorizationMethod =
  | "HEAD"
  | "OPTIONS"
  | "TRACE"
  | "GET"
  | "POST"
  | "PUT"
  | "PATCH"
  | "DELETE"