Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_OAUTH2_SESSION
source · pub const JSON_SCHEMA_ATTR_OAUTH2_SESSION: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"A session entry to an active oauth2 session, bound to a parent user auth token"
],
"index": [
"EQUALITY"
],
"unique": [
"false"
],
"multivalue": [
"true"
],
"attributename": [
"oauth2_session"
],
"syntax": [
"OAUTH2SESSION"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000117"
]
}
}"#;