Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DBMS inventory manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shrey Patel
DBMS inventory manager
af2e8a21b11756f576ccc47ce765edeb0eb038f1
dbms-inventory-manager
..
auth
Token.java
Find file
Normal view
Permalink
Token.java
87 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
semi-working auth, broken routes
Sarthak Shrivastava
committed
1 year ago
1
2
3
4
5
package
com.example.accessingdatamysql.auth
;
public
class
Token
{
String
token
;
}