Search
Project
General
Profile
Sign in
Register
Home
Projects
Search
:
Sunnex Mobile Client
All Projects
Sunnex Mobile Client
Overview
Activity
Roadmap
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (212 Bytes)
Task #28
» auth_urls.dart
Milad Khnefes, 01/29/2026 02:07 PM
class
AuthUrls
{
final
String
login
;
final
String
refreshToken
;
final
String
verifyToken
;
const
AuthUrls
({
required
this
.
login
,
required
this
.
refreshToken
,
required
this
.
verifyToken
,
});
}
« Previous
1
2
3
4
5
6
…
12
Next »
(4-4/12)
Loading...