AKFResponseType
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด
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,
};
ให้คำรับรองไว้ใน: 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,
};
ให้คำรับรองไว้ใน: AKFResponseType.h