GoogleRidesharingConsumer Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
-
GMTCAuthorizationContext is an immutable object used to retrieve an authentication token.
-
The tripID property provides the ID of the trip for which the auth token is needed.
-
The tripID property is a read-only string.
-
This class cannot be initialized directly, as it does not offer any public initializers.
GMTCAuthorizationContext
An immutable object representing the context needed to fetch an auth token.
-
The ID of the trip to fetch an auth token for.
Declaration
Swift
var tripID: String { get }
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull tripID;
-
This class has no public initializers.
Declaration
Objective-C
- (null_unspecified instancetype)init;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[]]