public class AuthController
extends java.lang.Object
| Constructor and Description |
|---|
AuthController(NodeRPCConnection connection,
org.elastos.did.DIDDocument appInstanceDidDoc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
auth(java.lang.String challengeResponse) |
java.lang.String |
signIn(org.elastos.did.DIDDocument appInstanceDidDoc) |
public AuthController(NodeRPCConnection connection, org.elastos.did.DIDDocument appInstanceDidDoc)
public java.lang.String signIn(org.elastos.did.DIDDocument appInstanceDidDoc)
throws HiveException
HiveExceptionpublic java.lang.String auth(java.lang.String challengeResponse)
throws HiveException
HiveException