README

marianoguerra/megalodon/oauth does not have a README file

#
AppData

pub(all) struct AppData {
id : String
name : String
website : String?
redirect_uri : String?
client_id : String
client_secret : String
url : String?
session_token : String?
raw : Json
} derive(Eq,
Debug
)

#
TokenData

pub(all) struct TokenData {
access_token : String
token_type : String
scope : String?
created_at : Int64?
expires_in : Int64?
refresh_token : String?
raw : Json
} derive(Eq,
Debug
)

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io