add: apps api
This commit is contained in:
parent
2a99d49c8a
commit
ebded00fd3
33 changed files with 698 additions and 31 deletions
|
@ -6,8 +6,8 @@ use super::{Result, Error};
|
|||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct AuthGrant {
|
||||
pub id: usize,
|
||||
/// The name of the application associated with this grant.
|
||||
pub name: String,
|
||||
/// The ID of the application associated with this grant.
|
||||
pub app: usize,
|
||||
/// The code challenge for PKCE verifiers associated with this grant.
|
||||
///
|
||||
/// This challenge is *all* that is required to refresh this grant's auth token.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue