共用方式為


LoginMode type

定義 LoginMode 的值。 可能的值包括:'batch'、'interactive'

type LoginMode = "batch" | "interactive"