コード例 #1
0
 protected AuthenticationResponse AuthorizationEndpoint(AuthenticationRequest req)
 {
     return (AuthenticationResponse)SignInIdP(req);
 }
コード例 #2
0
 protected AuthenticationResponse AuthorizationEndpoint(AuthenticationRequest req)
 {
     return((AuthenticationResponse)SignInIdP(req));
 }