Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2fa384a9
authored
Dec 22, 2016
by
Kunj
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Deleted unused file.
parent
e586221d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
app/src/main/java/com/vsoft/uoflservicenow/db/models/LoginItem.java
app/src/main/java/com/vsoft/uoflservicenow/db/models/LoginItem.java
deleted
100644 → 0
View file @
e586221d
package
com
.
vsoft
.
uoflservicenow
.
db
.
models
;
/**
* Created by kvemulavada on 8/29/2016.
*/
public
class
LoginItem
{
public
static
class
Json
{
public
static
final
String
GRANT_TYPE
=
"grant_type"
;
public
static
final
String
CLIENT_ID
=
"client_id"
;
public
static
final
String
CLIENT_CECRET
=
"client_secret"
;
public
static
final
String
USER_NAME
=
"username"
;
public
static
final
String
PASSWORD
=
"password"
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment