MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPAuthClientInfo.h
Go to the documentation of this file.
1//
2// MPAuthClientInfo.h
3// MapsIndoorsSDK
4//
5// Created by Daniel Nielsen on 13/10/2021.
6// Copyright © 2021 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13@interface MPAuthClientInfo : NSObject
14@property (nonatomic, readonly) NSString *clientID;
15@property (nonatomic, readonly) NSArray<NSString *> *preferredIDPS;
16@end
17
18NS_ASSUME_NONNULL_END
Definition MPAuthClientInfo.h:14
NSString * clientID
Definition MPAuthClientInfo.h:14
NSArray< NSString * > * preferredIDPS
Definition MPAuthClientInfo.h:15