Chung Khanh Duy
Chung Khanh Duy
##### **Overview of the feature request** So far the generator generates MailService.cs but there is no implementation for sending the email function, it would be great if we can have...
I tried to set loginHint as below code but it does not work: AuthenticationPayload payload = new AuthenticationPayload.Builder().setLoginHint().build(); mOktaAuth.login( this, PendingIntent.getActivity(this, 0, completionIntent, 0), PendingIntent.getActivity(this, 0, cancelIntent, 0), payload );...