Uses of Class
co.dapi.response.GetIdentityResponse
-
Packages that use GetIdentityResponse Package Description co.dapi -
-
Uses of GetIdentityResponse in co.dapi
Methods in co.dapi that return GetIdentityResponse Modifier and Type Method Description GetIdentityResponseDapiApp. getIdentity(java.lang.String accessToken, java.lang.String userSecret)getIdentity talks to the GetIdentity endpoint of Dapi, with thisDapiApp's appSecret.GetIdentityResponseDapiApp. getIdentity(java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs)getIdentity talks to the GetIdentity endpoint of Dapi, with thisDapiApp's appSecret, to continue a previous operation that required to provide some userInputs.
-