You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-28 11:02:02 +03:00
Save the ID token during an upstream authorization
This commit is contained in:
@ -46,6 +46,7 @@ pub struct UpstreamOAuthAuthorizationSession {
|
||||
pub created_at: DateTime<Utc>,
|
||||
pub completed_at: Option<DateTime<Utc>>,
|
||||
pub consumed_at: Option<DateTime<Utc>>,
|
||||
pub id_token: Option<String>,
|
||||
}
|
||||
|
||||
impl UpstreamOAuthAuthorizationSession {
|
||||
|
Reference in New Issue
Block a user