@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (22 loc) • 901 B
Markdown
lang: en
title: 'API docs: rest.sessionuserprofile'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.sessionuserprofile.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [SessionUserProfile](./rest.sessionuserprofile.md)
## SessionUserProfile interface
user profile to add in session
<b>Signature:</b>
```typescript
export interface SessionUserProfile
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [email](./rest.sessionuserprofile.email.md) | string | |
| [provider](./rest.sessionuserprofile.provider.md) | string | |
| [token](./rest.sessionuserprofile.token.md) | string | |