billowy-hydrogen-91000
07/28/2022, 9:19 PMconstructor() {
this.ory = new V0alpha2Api(new Configuration({
basePath: '<http://localhost:4000>',
}));
}
validateToken(request: any) {
this.ory.toSession(null, 'a valid cookie')
}