AppAuth
OIDURLSessionProvider.h
Go to the documentation of this file.
1 
19 #import <Foundation/Foundation.h>
20 
21 NS_ASSUME_NONNULL_BEGIN
22 
26 @interface OIDURLSessionProvider : NSObject
27 
32 + (NSURLSession *)session;
33 
38 + (void)setSession:(NSURLSession *)session;
39 @end
40 NS_ASSUME_NONNULL_END
OIDURLSessionProvider
A NSURLSession provider that allows clients to provide custom implementation for NSURLSession.
Definition: OIDURLSessionProvider.h:26
+[OIDURLSessionProvider session]
NSURLSession * session()
Obtains the current NSURLSession; using the +[NSURLSession sharedSession] if no custom implementation...