अनुमति वाले टोकन पाएं

Consumer SDK टूल, JSON वेब टोकन का इस्तेमाल करके अनुमति देता है. JSON वेब टोकन (JWT), एक अनुमति टोकन है. यह किसी सेवा पर एक या उससे ज़्यादा दावे करता है.

Consumer SDK टूल, Fleet Engine के साथ कम्यूनिकेट करने के लिए, ऐप्लिकेशन से मिले JSON वेब टोकन का इस्तेमाल करता है. Fleet Engine सर्वर के लिए ज़रूरी टोकन के बारे में जानकारी पाने के लिए, JSON वेब टोकन और JSON वेब टोकन जारी करना लेख पढ़ें.

अनुमति देने वाले टोकन से, Fleet Engine की इन सेवाओं का ऐक्सेस मिलता है:

  • TripService - यह उपभोक्ता SDK टूल को यात्रा की जानकारी का ऐक्सेस देता है. इसमें वाहन की स्थिति, रास्ता, और ETA शामिल हैं. यात्रा की सेवा के लिए ऑथराइज़ेशन टोकन के authorization हेडर में, tripid:TRIP_ID दावा शामिल होना चाहिए. यहां TRIP_ID, शेयर की जा रही ऑन-डिमांड यात्रा का ट्रिप आईडी है.

  • VehicleService - वाहन की घनत्व लेयर दिखाने और पिकअप पॉइंट के ईटीए का अनुमान लगाने के लिए, Consumer SDK टूल को वाहन की अनुमानित जगह की जानकारी देता है. कंज़्यूमर SDK टूल सिर्फ़ अनुमानित जगहों का इस्तेमाल करता है. इसलिए, वाहन की सेवा के लिए अनुमति वाले टोकन के लिए vehicleid दावे की ज़रूरत नहीं होती.

टोकन क्या होता है?

कम भरोसेमंद एनवायरमेंट से एपीआई के तरीके के कॉल के लिए, Fleet Engine को JSON वेब टोकन (JWT) का इस्तेमाल करना होगा. इन टोकन पर, किसी सही सेवा खाते से हस्ताक्षर किया जाना चाहिए. कम भरोसेमंद प्लैटफ़ॉर्म में स्मार्टफ़ोन और ब्राउज़र शामिल हैं. JWT आपके सर्वर से जनरेट होता है, जो पूरी तरह भरोसेमंद एनवायरमेंट होता है. JWT पर हस्ताक्षर किया जाता है, उसे एन्क्रिप्ट किया जाता है, और उसे क्लाइंट को भेजा जाता है, ताकि वह सर्वर के साथ आगे के इंटरैक्शन के लिए इस्तेमाल किया जा सके. ऐसा तब तक किया जाता है, जब तक उसकी समयसीमा खत्म नहीं हो जाती या वह अमान्य नहीं हो जाता.

आपके बैकएंड को ऐप्लिकेशन के डिफ़ॉल्ट क्रेडेंशियल के स्टैंडर्ड तरीके का इस्तेमाल करके, Fleet Engine की पुष्टि करनी चाहिए और उसे अनुमति देनी चाहिए. पक्का करें कि आप उन JWT का इस्तेमाल कर रहे हैं जिन्हें सही सेवा खाते से साइन किया गया है. सेवा खाते से जुड़ी भूमिकाओं की सूची के लिए, Fleet Engine Basics में फ़्लीट इंजन के सेवा खाते की भूमिकाएं देखें.

इसके उलट, आपके बैकएंड को ऐप्लिकेशन के डिफ़ॉल्ट क्रेडेंशियल के मानक तरीकों का इस्तेमाल करके, Fleet Engine के लिए पुष्टि करनी चाहिए और अनुमति देनी चाहिए.

JSON वेब टोकन के बारे में ज़्यादा जानने के लिए, Fleet Engine Essentials में, JSON वेब टोकन देखें.

क्लाइंट को टोकन कैसे मिलते हैं?

जब ड्राइवर या उपभोक्ता सही अनुमति देने वाले क्रेडेंशियल का इस्तेमाल करके आपके ऐप्लिकेशन में लॉग इन करता है, तब उस डिवाइस से जारी किए गए सभी अपडेट में अनुमति वाले सही टोकन का इस्तेमाल होना चाहिए. ये टोकन, Fleet Engine को ऐप्लिकेशन की अनुमतियों की जानकारी देते हैं.

डेवलपर के तौर पर, आपके क्लाइंट ऐप्लिकेशन में ये काम किए जा सकेंगे:

  • अपने सर्वर से JSON वेब टोकन फ़ेच करें.
  • टोकन रीफ़्रेश होने से पहले, टोकन की समयसीमा खत्म होने तक उसे फिर से इस्तेमाल करें.
  • टोकन की समयसीमा खत्म होने पर उसे रीफ़्रेश करें.

जगह की जानकारी के अपडेट होने पर, AuthTokenFactory क्लास अनुमति वाले टोकन जनरेट करती है. Fleet Engine को भेजने के लिए, एसडीके को अपडेट की जानकारी के साथ टोकन पैकेज करने होंगे. पक्का करें कि SDK टूल को शुरू करने से पहले, आपके सर्वर-साइड लागू करने की सुविधा, टोकन जारी कर सके.

फ़्लीट इंजन सेवा के ज़रिए जिन टोकन की उम्मीद की जा सकती है उनके बारे में जानने के लिए, फ़्लीट इंजन के लिए समस्या JSON वेब टोकन देखें.

ऑथराइज़ेशन टोकन फ़ेच करने वाले फ़ंक्शन का उदाहरण

यहां दिए गए कोड के उदाहरण में, ऑथराइज़ेशन टोकन कॉलबैक को लागू करने का तरीका बताया गया है.

Java

class JsonAuthTokenFactory implements AuthTokenFactory {

  private static final String TOKEN_URL =
      "https://yourauthserver.example/token";

  private static class CachedToken {
    String tokenValue;
    long expiryTimeMs;
    String tripId;
  }

  private CachedToken token;

  /*

*   This method is called on a background thread. Blocking is OK. However, be
*   aware that no information can be obtained from Fleet Engine until this
*   method returns.
*/
@Override
public String getToken(AuthTokenContext context) {
  // If there is no existing token or token has expired, go get a new one.
  String tripId = context.getTripId();
  if (tripId == null) {
    throw new RuntimeException("Trip ID is missing from AuthTokenContext");
  }
  if (token == null || System.currentTimeMillis() > token.expiryTimeMs ||
      !tripId.equals(token.tripId)) {
    token = fetchNewToken(tripId);
  }
  return token.tokenValue;
}

  private static CachedToken fetchNewToken(String tripId) {
    String url = TOKEN_URL + "/" + tripId;
    CachedToken token = new CachedToken();

    try (Reader r = new InputStreamReader(new URL(url).openStream())) {
      com.google.gson.JsonObject obj
          = com.google.gson.JsonParser.parseReader(r).getAsJsonObject();

      token.tokenValue = obj.get("ServiceToken").getAsString();
      token.expiryTimeMs = obj.get("TokenExpiryMs").getAsLong();

      /*

    *   The expiry time could be an hour from now, but just to try and avoid
    *   passing expired tokens, we subtract 5 minutes from that time.
    */
    token.expiryTimeMs -= 5 * 60 * 1000;
  } catch (IOException e) {
    /*
    *   It's OK to throw exceptions here. The error listeners will receive the
    *   error thrown here.
    */
    throw new RuntimeException("Could not get auth token", e);
  }
  token.tripId = tripId;

    return token;
  }
}

Kotlin

class JsonAuthTokenFactory : AuthTokenFactory() {

  private var token: CachedToken? = null

  /*

*   This method is called on a background thread. Blocking is OK. However, be
*   aware that no information can be obtained from Fleet Engine until this
*   method returns.
*/
override fun getToken(context: AuthTokenContext): String {
  // If there is no existing token or token has expired, go get a new one.
  val tripId =
    context.getTripId() ?:
      throw RuntimeException("Trip ID is missing from AuthTokenContext")

    if (token == null || System.currentTimeMillis() > token.expiryTimeMs ||
        tripId != token.tripId) {
      token = fetchNewToken(tripId)
    }

    return token.tokenValue
  }

  class CachedToken(
    var tokenValue: String? = "",
    var expiryTimeMs: Long = 0,
    var tripId: String? = "",
  )

  private companion object {
    const val TOKEN_URL = "https://yourauthserver.example/token"

    fun fetchNewToken(tripId: String) {
      val url = "$TOKEN_URL/$tripId"
      val token = CachedToken()

      try {
        val reader = InputStreamReader(URL(url).openStream())

        reader.use {
          val obj = com.google.gson.JsonParser.parseReader(r).getAsJsonObject()

          token.tokenValue = obj.get("ServiceToken").getAsString()
          token.expiryTimeMs = obj.get("TokenExpiryMs").getAsLong()

          /*

        *   The expiry time could be an hour from now, but just to try and avoid
        *   passing expired tokens, we subtract 5 minutes from that time.
        */
        token.expiryTimeMs -= 5 * 60 * 1000
      }
    } catch (e: IOException) {
      /*
            *   It's OK to throw exceptions here. The error listeners will receive the
            *   error thrown here.
      */
      throw RuntimeException("Could not get auth token", e)
    }

      token.tripId = tripId

      return token
    }
  }
}

आगे क्या करना है

उपभोक्ता SDK टूल शुरू करना