Package com.dnsimple.endpoints
Class Identity
- java.lang.Object
-
- com.dnsimple.endpoints.Identity
-
public class Identity extends java.lang.ObjectProvides access to the DNSimple Identity API.
-
-
Constructor Summary
Constructors Constructor Description Identity(HttpEndpointClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleResponse<WhoamiData>whoami()Gets the information about the current authenticated context.
-
-
-
Constructor Detail
-
Identity
public Identity(HttpEndpointClient client)
-
-
Method Detail
-
whoami
public SimpleResponse<WhoamiData> whoami()
Gets the information about the current authenticated context.- Returns:
- The whoami response
- See Also:
- https://developer.dnsimple.com/v2/identity/#whoami
-
-