All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.digipost.signature.client.direct.WithExitUrls Maven / Gradle / Ivy

There is a newer version: 7.0.4
Show newest version
package no.digipost.signature.client.direct;

import java.net.URI;

public interface WithExitUrls {

    URI getCompletionUrl();

    URI getRejectionUrl();

    URI getErrorUrl();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy