Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
43ffb67f3341bab029f437d2b7927f74e073c1fa
/
.
/
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
;
}