コード例 #1
0
 private static void InitIdpClient(Options options)
 {
     idpClient = new Oauth2HttpClient(options.IdpServerAddress, true);
 }
コード例 #2
0
 private void InitIdpClient(Options options)
 {
     //IdpServerAddress is in the format https://clientname.dev.documaster.tech/idp/oauth2
     this.idpClient = new Oauth2HttpClient(options.IdpServerAddress, true);
 }