UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

101 lines (48 loc) 1.36 kB
--- 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) &gt; [@loopback/rest](./rest.md) &gt; [SessionUserProfile](./rest.sessionuserprofile.md) ## SessionUserProfile interface user profile to add in session **Signature:** ```typescript export interface SessionUserProfile ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> [email](./rest.sessionuserprofile.email.md) </td><td markdown="1"> </td><td markdown="1"> string </td><td markdown="1"> </td></tr> <tr><td markdown="1"> [provider](./rest.sessionuserprofile.provider.md) </td><td markdown="1"> </td><td markdown="1"> string </td><td markdown="1"> </td></tr> <tr><td markdown="1"> [token](./rest.sessionuserprofile.token.md) </td><td markdown="1"> </td><td markdown="1"> string </td><td markdown="1"> </td></tr> </tbody></table>