NMFAuthManagerDelegate
@protocol NMFAuthManagerDelegate <NSObject>
인증 결과를 받는 델리게이트 프로토콜.
-
인증이 성공했을 때 호출되는 콜백 메서드.
Declaration
Objective-C
- (void)authorized:(NMFAuthState)state error:(nullable NSError *)error;Swift
func authorized(_ state: NMFAuthState, error: (any Error)?)Parameters
state인증 결과. 인증 결과는
NMFAuthManager에 저장됩니다.error인증 결과가 실패일 때만
NSError가 지정됩니다.
Install in Dash
NMFAuthManagerDelegate Protocol Reference