toggle menu
Pakku
1.2.1
common
switch theme
search in API
Pakku
/
teksturepako.pakku.api
/
CredentialsFile
Credentials
File
data
class
CredentialsFile
(
val
curseForgeApiKey
:
String
?
=
null
,
val
gitHubAccessToken
:
String
?
=
null
)
Members
Constructors
Credentials
File
Link copied to clipboard
constructor
(
curseForgeApiKey
:
String
?
=
null
,
gitHubAccessToken
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
curse
Forge
Api
Key
Link copied to clipboard
val
curseForgeApiKey
:
String
?
=
null
git
Hub
Access
Token
Link copied to clipboard
val
gitHubAccessToken
:
String
?
=
null
Functions
write
Link copied to clipboard
suspend
fun
write
(
)
:
ActionError
?