AKFResponseType
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.
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,
};
Dinyatakan dalam: 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,
};
Dinyatakan dalam: AKFResponseType.h