RestAuthLocation type

Defines values for RestAuthLocation. Possible values include: 'Query', 'Header'

type RestAuthLocation = "Query" | "Header"