MNFAccountAuthorizationType
Objective-C
@interface MNFAccountAuthorizationType : MNFObject
Swift
class MNFAccountAuthorizationType : MNFObject
The MNFAccountAuthorizationType class represents an account authorization type.
An account authorization type should not be directly initialized but fetched from the server through MNFAccount.
-
@abstract The name of the account authorization type.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull name;
Swift
var name: String { get }