Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

종합 인증 시스템 휴대폰 번호 불러오기 질의 #110

Open
unyang09 opened this issue Jul 20, 2023 · 1 comment
Open

종합 인증 시스템 휴대폰 번호 불러오기 질의 #110

unyang09 opened this issue Jul 20, 2023 · 1 comment

Comments

@unyang09
Copy link

flutter 에서 구축하고 있는 이니시스 종합 인증 프로그램입니다.
인증이 끝나고 CallBack 하는 과정에서 일단 첫 페이지로 돌아가며 CertificationData 에서 phone data를 print 하도록 하였는데
null 값이 나옵니다. 혹시 callback 혹은 그 이전에 사용자가 입력한 전화번호를 저장할 수 있는 방법이 있나요?

@anymate98
Copy link
Contributor

안녕하세요.
본인인증 실행 시 넣어주는 CertificationData는 전역변수가 아니므로 만약 사용자가 넣은 값을 확인하고 싶으시다면 추가적으로 상태관리를 해주셔야 할 것 같습니다. 이와는 별개로 본인인증 이후 인증한 사용자의 정보(이름, 외국인여부 등)의 취득은 rest api을 사용해 본인인증 시 알 수 있는 imp_uid로 조회하시는 방법을 안내드리고 있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants