9#import <Foundation/Foundation.h> 
   11NS_ASSUME_NONNULL_BEGIN
 
   19- (instancetype)initWithAccessToken:(NSString*)accessToken;
 
   25@property (nonatomic, strong, nullable) NSString* 
tenantId;
 
Booking authentication configuration model. This may be used if the MPBookingService should book on b...
Definition MPBookingAuthConfig.h:15
 
NSString * tenantId
Set the tenant id that must be used when performing bookings. This is relevant in scenarios where a l...
Definition MPBookingAuthConfig.h:25
 
instancetype NS_UNAVAILABLE()
 
NSString * accessToken
Set the access token that must be used when performing bookings.
Definition MPBookingAuthConfig.h:22