Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef void (^AWSCognitoAuthGetSessionBlock)(AWSCognitoAuthUserSession * _Nullable session, NSError * _Nullable error)
Swift
typealias AWSCognitoAuthGetSessionBlock = (AWSCognitoAuthUserSession?, Error?) -> Void
-
Undocumented
Declaration
Objective-C
typedef void (^AWSCognitoAuthSignOutBlock)(NSError * _Nullable error)
Swift
typealias AWSCognitoAuthSignOutBlock = (Error?) -> Void