Module dev.eidentification.bankid
Interface Request
- All Known Implementing Classes:
AuthenticationRequest
,CancelRequest
,CollectRequest
,PhoneAuthenticationRequest
,PhoneSignRequest
,SignRequest
public sealed interface Request
permits AuthenticationRequest, CancelRequest, CollectRequest, PhoneAuthenticationRequest, PhoneSignRequest, SignRequest
-
Method Summary
-
Method Details
-
getUri
String getUri()Returns the URI associated with the request.- Returns:
- The URI of the request.
-