AppAuth
|
A NSURLSession provider that allows clients to provide custom implementation for NSURLSession. More...
#import <OIDURLSessionProvider.h>
Class Methods | |
(NSURLSession *) | + session |
Obtains the current NSURLSession ; using the +[NSURLSession sharedSession] if no custom implementation is provided. More... | |
(void) | + setSession: |
Allows library consumers to change the NSURLSession instance used to make network requests. More... | |
A NSURLSession provider that allows clients to provide custom implementation for NSURLSession.
+ (NSURLSession *) session |
Obtains the current NSURLSession
; using the +[NSURLSession sharedSession] if no custom implementation is provided.
+ (void) setSession: | (NSURLSession *) | session |
Allows library consumers to change the NSURLSession
instance used to make network requests.
session | The NSURLSession instance that should be used for making network requests. |