AKFResponseType
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière 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,
};
Déclaré dans : 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,
};
Déclaré dans : AKFResponseType.h