Is there a way to automatically read / receive the verification code at a test address?

Is there a way to automatically read/receive the verification code (mobile) at a test address?

Solved Solved
0 1 142
1 ACCEPTED SOLUTION

Hi,

For "verification code", I think you are referring to an OAuthV2 authorization code, is that right?

If so, the way to "read" the code is to have a system listening at the registered redirect URI, and that system will automatically get the code.

If this is not an answer to your question, I apologize. In that case, please do elaborate and ask your question again, with further details.

View solution in original post

1 REPLY 1

Hi,

For "verification code", I think you are referring to an OAuthV2 authorization code, is that right?

If so, the way to "read" the code is to have a system listening at the registered redirect URI, and that system will automatically get the code.

If this is not an answer to your question, I apologize. In that case, please do elaborate and ask your question again, with further details.