LiveAuthDelegate protocol

Handles callback methods for LiveConnectClient init, logout, and login methods.

Signature

@protocol LiveAuthDelegate <NSObject>

Methods

Name

Description

authCompleted:session:userState method

Invoked when the operation completes successfully.

authFailed:userState method

Invoked when the method call fails.

Defined in

LiveAuthDelegate.h

See also

iOS API