Uses of Enum
org.knowm.xchange.deribit.v2.dto.GrantType
Packages that use GrantType
-
Uses of GrantType in org.knowm.xchange.deribit.v2
Methods in org.knowm.xchange.deribit.v2 with parameters of type GrantTypeModifier 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. -
Uses of GrantType in org.knowm.xchange.deribit.v2.dto
Methods in org.knowm.xchange.deribit.v2.dto that return GrantType