com.akeyless.auth.Authenticator Maven / Gradle / Ivy
package com.akeyless.auth;
import com.akeyless.auth.swagger.model.SystemUserCredentialsReplyObj;
public interface Authenticator {
SystemUserCredentialsReplyObj authenticate() throws CredsRenewalException;
}