Class TokenAuthMessageProvider
java.lang.Object
com.sportradar.livedata.sdk.proto.livescout.auth.AuthMessageProvider
com.sportradar.livedata.sdk.proto.livescout.auth.TokenAuthMessageProvider
Represents a class used to build token authentication lifecycle requests to be sent to the betradar feed.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a response from the Auth0 token endpoint. -
Field Summary
Fields inherited from class com.sportradar.livedata.sdk.proto.livescout.auth.AuthMessageProvider
factory, settings -
Constructor Summary
ConstructorsConstructorDescriptionTokenAuthMessageProvider(LiveScoutOutgoingMessageFactory factory, AuthSettings settings) -
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
-
TokenAuthMessageProvider
-
-
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.
-