dk.sdu.cloud.auth.api.AccessTokenAndCsrf

UCloud Developer Guide / Core / Users / Authentication / User Authentication

AccessTokenAndCsrf

data class AccessTokenAndCsrf(
    val accessToken: String,
    val csrfToken: String,
)
Properties

Last updated