note: device_id only used for compat access & refresh tokens
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user