Interface RedirectScaRestAPI


  • public interface RedirectScaRestAPI
    • Method Detail

      • getSCA

        @GetMapping("/authorisations/{authorisationId}")
        org.springframework.http.ResponseEntity<GlobalScaResponseTO> getSCA​(@PathVariable("authorisationId")
                                                                            String authorisationId)
      • selectMethod

        @PutMapping("/authorisations/{authorisationId}/scaMethods/{scaMethodId}")
        org.springframework.http.ResponseEntity<GlobalScaResponseTO> selectMethod​(@PathVariable("authorisationId")
                                                                                  String authorisationId,
                                                                                  @PathVariable("scaMethodId")
                                                                                  String scaMethodId)
      • validateScaCode

        @PutMapping("/authorisations/{authorisationId}/authCode")
        org.springframework.http.ResponseEntity<GlobalScaResponseTO> validateScaCode​(@PathVariable("authorisationId")
                                                                                     String authorisationId,
                                                                                     @RequestParam(name="authCode")
                                                                                     String authCode)