implement '/v1/apps/verify_credentials'
This commit is contained in:
parent
5ec9be0b8c
commit
b2ea03383c
14 changed files with 183 additions and 9 deletions
|
|
@ -3,5 +3,8 @@ namespace MastodonEntity {
|
|||
name: string
|
||||
website?: string | null
|
||||
vapid_key?: string | null
|
||||
scopes: string[]
|
||||
redirect_uris: string[]
|
||||
redirect_uri?: string
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue