SFSDKLoginHost Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SFSDKLoginHost.h |
host
The server address of the login host.
@property (nonatomic, copy) NSString *hostDeclared In
SFSDKLoginHost.h
deletable
Indicates whether this login host can be deleted.
@property (readonly, getter=isDeletable) BOOL deletableDeclared In
SFSDKLoginHost.h
+ hostWithName:host:deletable:
- Returns a new login host instance with the specified parameters.
+ (SFSDKLoginHost *)hostWithName:(NSString *)name host:(NSString *)host deletable:(BOOL)deletableParameters
name |
Name of the login host. |
|---|---|
host |
Server address of the login host. |
deletable |
YES if the host can be deleted. |
Declared In
SFSDKLoginHost.h