Edit

Share via


ServerDeviceCodeResponse type

type ServerDeviceCodeResponse = {
  device_code: string
  expires_in: number
  interval: number
  message: string
  user_code: string
  verification_uri: string
}