All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.logto.sdk.core.constant.FirstScreen.kt Maven / Gradle / Ivy

The newest version!
package io.logto.sdk.core.constant

object FirstScreen {
    const val SIGN_IN = "sign_in"
    const val REGISTER = "register"
    const val RESET_PASSWORD = "reset_password"
    const val IDENTIFIER_SIGN_IN = "identifier:sign_in"
    const val IDENTIFIER_REGISTER = "identifier:register"
    const val SINGLE_SIGN_ON = "single_sign_on"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy