Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
8b9f1647ff6a8edea84da39ca6c99bb9a67ed837
/
.
/
src
/
app
/
interfaces
/
auth.interface.ts
blob: 1742fb7865156ae315100d430f03dc4dfcf4d77b [
file
] [
log
] [
blame
]
export
interface
IAuthRequest
{
username
:
string
;
password
:
string
;
}
export
interface
IAuthResponse
{
xossessionid
:
string
;
xoscsrftoken
:
string
;
user
:
string
;
}