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

com.haventec.nativeux.adapter.java.sdk.api.models.SetUpPinResponse 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;

/**
 * Response object that represents a response for the setup pin with authkey
 */
@Builder
@Getter
@Setter
public class SetUpPinResponse {
    // The unique device authentication key
    private String authKey;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy