com.haventec.nativeux.adapter.java.sdk.api.models.SetUpPinResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of native-ux-adapter-java-sdk Show documentation
Show all versions of native-ux-adapter-java-sdk Show documentation
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