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

com.haventec.nativeux.adapter.java.sdk.api.models.ResetPinDeviceResponse Maven / Gradle / Ivy

Go to download

Applications that would like to offer login pages with a native UX, could use this SDK to orchestrate the OpenID Connect flow from their application backend service.

The newest version!
package com.haventec.nativeux.adapter.java.sdk.api.models;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

/**
 * ResetPin Device response returns authKey after resetting pin by an authenticated user.
 */
@Builder
@Getter
@Setter
public class ResetPinDeviceResponse {
    // The unique device authentication key
    private String authKey;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy