Skip to content

Commit d921207

Browse files
authored
refactor(dart): remove role_names claim declaration in id_token (#31)
1 parent ff7b29d commit d921207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/modules/id_token.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ abstract class UserInfo implements JsonObject {
77
String? get name => this['name'];
88
String? get username => this['username'];
99
String? get avatar => this['avatar'];
10-
List<String>? get roleNames => this['role_names'];
1110

1211
factory UserInfo.fromJson(Map<String, dynamic> json) = _UserInfoImpl.fromJson;
1312
}

0 commit comments

Comments
 (0)