Class AuthClient
- java.lang.Object
-
- com.rivet.api.resources.cloud.auth.AuthClient
-
public class AuthClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AuthClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InspectResponseinspect()InspectResponseinspect(RequestOptions requestOptions)
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AuthClient
public AuthClient(ClientOptions clientOptions)
-
-
Method Detail
-
inspect
public InspectResponse inspect()
-
inspect
public InspectResponse inspect(RequestOptions requestOptions)
-
-