com.google.android.libraries.mapsplatform.transportation.consumer.auth

  • This documentation outlines authentication components for accessing provider service accounts on Fleet Engine via gRPC.

  • AuthTokenFactory provides authorization tokens for accessing Fleet Engine.

  • AuthTokenContext and its builder help in creating and managing the information needed for token generation.

  • FleetEngineServiceType defines the types of services available within the Fleet Engine OnePlatform.

Annotations

FleetEngineServiceType Types of Fleet Engine OnePlatform services. 

Interfaces

AuthTokenFactory Provides authorization tokens for accessing the provider's service account on Fleet Engine via gRPC. 

Classes

AuthTokenContext AuthTokenContext contains information needed to mint JWT tokens. 
AuthTokenContext.Builder Builder for AuthTokenContext