``` constructor() { this.ory = new V0alpha...
# talk-kratos
b
Copy code
constructor() {
        this.ory = new V0alpha2Api(new Configuration({
            basePath: '<http://localhost:4000>',
        }));
    }

    validateToken(request: any) {
        this.ory.toSession(null, 'a valid cookie')
   }