note: device_id only used for compat access & refresh tokens

This commit is contained in:
Olivier 'reivilibre
2025-10-09 18:32:20 +01:00
parent dc34b946fa
commit 8bc119fabd

View File

@@ -807,6 +807,7 @@ pub struct IntrospectionResponse {
pub jti: Option<String>,
/// MAS extension: explicit device ID
/// Only used for compatibility access and refresh tokens.
pub device_id: Option<String>,
}