public interface QDAuthRealm
AuthSession
.Modifier and Type | Method and Description |
---|---|
com.dxfeed.promise.Promise<com.devexperts.auth.AuthSession> |
authenticate(com.devexperts.auth.AuthToken authToken,
com.devexperts.util.TypedMap connectionVariables)
Starts or restarts authentication procedure by this QDAuthRealm.
|
String |
getAuthenticationInfo()
Returns introductory information for the client about the authentication procedure.
|
com.dxfeed.promise.Promise<com.devexperts.auth.AuthSession> authenticate(com.devexperts.auth.AuthToken authToken, com.devexperts.util.TypedMap connectionVariables)
AuthSession
for this client AuthToken
or throw something exception.
This promise is cancelled if the connection is closed for any reason.
This method is invoked if client sent auth token.authToken
- token from clientconnectionVariables
- the connection variablesAuthSession
or throw something exception.String getAuthenticationInfo()
Copyright © 2002–2025 Devexperts LLC. All rights reserved.