Andriod getting ResponseType.CODE value

How do I retrieve the “code” value from a WebAuthProvider.login call where I pass in .withResponseType( ResponseType.CODE )?

Thanks in advance.