Ejemplo n.º 1
0
 public Task <SecuritySamlPrepareAuthenticationResponse> SamlPrepareAuthenticationAsync(SecuritySamlPrepareAuthenticationRequest request, CancellationToken cancellationToken = default)
 {
     request.BeforeRequest();
     return(DoRequestAsync <SecuritySamlPrepareAuthenticationRequest, SecuritySamlPrepareAuthenticationResponse>(request, cancellationToken));
 }
Ejemplo n.º 2
0
 public SecuritySamlPrepareAuthenticationResponse SamlPrepareAuthentication(SecuritySamlPrepareAuthenticationRequest request)
 {
     request.BeforeRequest();
     return(DoRequest <SecuritySamlPrepareAuthenticationRequest, SecuritySamlPrepareAuthenticationResponse>(request));
 }