alert-painter-66256
05/12/2023, 3:27 PMconst identity = new IdentityApi(
new Configuration({
basePath: this.config.ory.base_url,
baseOptions: {
headers: {
'Content-Type': 'application/json',
Authorization: `Bearer ${this.config.ory.access_token}`
}
}
})
)