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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classRepresents a response from the Auth0 token endpoint.
- 
Field SummaryFields inherited from class com.sportradar.livedata.sdk.proto.livescout.auth.AuthMessageProviderfactory, settings
- 
Constructor SummaryConstructorsConstructorDescriptionTokenAuthMessageProvider(LiveScoutOutgoingMessageFactory factory, AuthSettings settings) 
- 
Method SummaryModifier and TypeMethodDescriptionConstructs and returns aOutgoingMessagerepresenting a log-in request.Methods inherited from class com.sportradar.livedata.sdk.proto.livescout.auth.AuthMessageProviderbuildLogOutRequest
- 
Constructor Details- 
TokenAuthMessageProvider
 
- 
- 
Method Details- 
buildLoginRequestDescription copied from class:AuthMessageProviderConstructs and returns aOutgoingMessagerepresenting a log-in request.- Specified by:
- buildLoginRequestin class- AuthMessageProvider
- Returns:
- a OutgoingMessagerepresenting a log-in request.
 
 
-