示例#1
0
 public string Path()
 {
     return($"{parent.Path()}/token");
 }
示例#2
0
 public string Path()
 {
     return($"{parent.Path()}/revoke");
 }