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