iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
620 stars 210 forks source link

omit a baseUri from RequestTokenProps interface #7219

Closed YashodipD closed 1 month ago

YashodipD commented 1 month ago

Describe the bug We do not have a base uri upfront when we are requesting a token, hence it can be omitted from RequestTokenProps.

Expected behavior Instead of passing empty string for baseUri, we should not even pass it.