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

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

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

object ReservedScope {
    const val OPENID = "openid"
    const val OFFLINE_ACCESS = "offline_access"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy