Uses of Class
com.cognite.client.CogniteClient.AuthType
-
Packages that use CogniteClient.AuthType Package Description com.cognite.client -
-
Uses of CogniteClient.AuthType in com.cognite.client
Methods in com.cognite.client that return CogniteClient.AuthType Modifier and Type Method Description protected abstract CogniteClient.AuthTypeCogniteClient. getAuthType()static CogniteClient.AuthTypeCogniteClient.AuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static CogniteClient.AuthType[]CogniteClient.AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-