@RestController @RequestMapping(value="/emails") @MiddlewareUserResource public class ScaVerificationResource extends Object implements ScaVerificationRestAPI
BASE_PATH| Constructor and Description |
|---|
ScaVerificationResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
confirmVerificationToken(String token) |
org.springframework.http.ResponseEntity<Void> |
sendEmailVerification(String email) |
public org.springframework.http.ResponseEntity<Void> sendEmailVerification(String email)
sendEmailVerification in interface ScaVerificationRestAPIpublic org.springframework.http.ResponseEntity<Void> confirmVerificationToken(String token)
confirmVerificationToken in interface ScaVerificationRestAPICopyright © 2020. All rights reserved.