GoogleRidesharingConsumer Framework Reference

GMTCAuthorizationContext

@interface GMTCAuthorizationContext : GMTCImmutableData

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;
  • Unavailable

    This class has no public initializers.

    Declaration

    Objective-C

    - (null_unspecified instancetype)init;