open class PasswordlessService : BaseNetworkService
class Connection |
PasswordlessService(environment: String!, okHttpClient: OkHttpClient!) |
static val PARAM_CONNECTION_EMAIL: String |
|
static val PARAM_CONNECTION_SMS: String |
static val PARAM_CLIENT_ID: String |
|
static val PARAM_CLIENT_SECRET: String |
|
static val PARAM_PASSWORD: String |
|
static val PARAM_PASSWORDLESS_TOKEN: String |
|
static val PARAM_REDIRECT_URI_NO_UNDERSCORE: String |
open fun resendCode(clientId: String, passwordlessToken: PasswordlessToken): Call<PasswordlessToken!>!
Request an auth code that had already been sent to an identifier previously to be resent. |
|
open fun sendValidationCode(clientId: String, identifier: String, connection: String, locale: Locale): Call<PasswordlessToken!>!
Requests a code to be sent to an identifier. |
open fun <T : Any!> createService(service: Class<T>): T
Creates a service to perform network interactions against. |