Uses of Class
org.knowm.xchange.deribit.v2.dto.account.DeribitAuthentication
Packages that use DeribitAuthentication
-
Uses of DeribitAuthentication in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 that return types with arguments of type DeribitAuthenticationModifier and TypeMethodDescriptionDeribit.auth(GrantType grantType, String username, String password, String clientId, String clientSecret, String refreshToken, String timestamp, String signature, String nonce, String state, String scope) Retrieve an Oauth access token, to be used for authentication of 'private' requests.