This documentation is archived and is not being maintained.

LiveAuthDelegate protocol

Last modified: March 26, 2015

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

Show: