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