Commit 2fa384a9 by Kunj

Deleted unused file.

parent 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";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment