AKFResponseType
A more recent version of this class is available. Check out the latest version.
Typedefs
AKFResponseType

The types of response that can be returned from a login.

typedef NS_ENUM(NSUInteger, AKFResponseType) {
/*
@abstract Indicates that the requested response type is an access token.
*/
AKFResponseTypeAccessToken = 0, /*
@abstract Indicates that the requested response type is an authorization code that can be exchanged for an access
token.
*/
AKFResponseTypeAuthorizationCode,
};
Declared In: AKFResponseType.h
NS_ENUM

The types of response that can be returned from a login.

typedef NS_ENUM(NSUInteger, AKFResponseType) {
/*
@abstract Indicates that the requested response type is an access token.
*/
AKFResponseTypeAccessToken = 0, /*
@abstract Indicates that the requested response type is an authorization code that can be exchanged for an access
token.
*/
AKFResponseTypeAuthorizationCode,
};
Declared In: AKFResponseType.h