Class CredentialsAuthMessageProvider
java.lang.Object
com.sportradar.livedata.sdk.proto.livescout.auth.AuthMessageProvider
com.sportradar.livedata.sdk.proto.livescout.auth.CredentialsAuthMessageProvider
Represents a class used to build credential authentication lifecycle requests to be sent to the betradar feed.
-
Field Summary
Fields inherited from class com.sportradar.livedata.sdk.proto.livescout.auth.AuthMessageProvider
factory, settings -
Constructor Summary
ConstructorsConstructorDescriptionCredentialsAuthMessageProvider(LiveScoutOutgoingMessageFactory factory, AuthSettings authSettings) -
Method Summary
Modifier and TypeMethodDescriptionConstructs and returns aOutgoingMessagerepresenting a log-in request.Methods inherited from class com.sportradar.livedata.sdk.proto.livescout.auth.AuthMessageProvider
buildLogOutRequest
-
Constructor Details
-
CredentialsAuthMessageProvider
public CredentialsAuthMessageProvider(LiveScoutOutgoingMessageFactory factory, AuthSettings authSettings)
-
-
Method Details
-
buildLoginRequest
Description copied from class:AuthMessageProviderConstructs and returns aOutgoingMessagerepresenting a log-in request.- Specified by:
buildLoginRequestin classAuthMessageProvider- Returns:
- a
OutgoingMessagerepresenting a log-in request.
-