SFSDKLoginHost Class Reference

Inherits from NSObject
Declared in SFSDKLoginHost.h

Overview

Class that encapsulates the information about a login host.

  name

The name of the login host.

@property (nonatomic, copy) NSString *name

Declared In

SFSDKLoginHost.h

  host

The server address of the login host.

@property (nonatomic, copy) NSString *host

Declared In

SFSDKLoginHost.h

  deletable

Indicates whether this login host can be deleted.

@property (readonly, getter=isDeletable) BOOL deletable

Declared 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)deletable

Parameters

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