Esempio n. 1
0
 public string Path()
 {
     return($"{parent.Path()}/authorize");
 }
Esempio n. 2
0
 public string Path()
 {
     return($"{parent.Path()}/token");
 }
Esempio n. 3
0
 public string Path()
 {
     return($"{parent.Path()}/revoke");
 }