protodoc.io
Project fmbot-discord/fmbot
Welcome
Readme
Commits
GitHub project
Download proto files
Desktop application
Contact us
album
artist
eurovision
google.protobuf
status
supporter
time
track
user
user
UserOAuthService
StoreDiscordOAuthToken
StoreDiscordOAuthTokenReply
StoreDiscordOAuthTokenRequest
package
user
Get desktop application:
View/edit binary Protocol Buffers messages
service
UserOAuthService
user.proto:9
rpc
StoreDiscordOAuthToken
(
StoreDiscordOAuthTokenRequest
,
StoreDiscordOAuthTokenReply
)
user.proto:10
message
StoreDiscordOAuthTokenRequest
user.proto:13
int64
discordUserId
= 1
string
accessToken
= 2
string
refreshToken
= 3
optional
google.protobuf.Timestamp
expiresAt
= 4
string
scope
= 5
string
botType
= 6
int64
applicationId
= 7
message
StoreDiscordOAuthTokenReply
user.proto:23
bool
success
= 1