Delegated Auth Config
@JsonClass(generateAdapter = true )
Content copied to clipboard
https://github.com/matrix-org/matrix-spec-proposals/pull/2965
{ "issuer": "https://id.server.org", "account": "https://id.server.org/my-account", }
.
Constructors
Link copied to clipboard
fun DelegatedAuthConfig(@Json(name = "issuer" ) issuer: String, @Json(name = "account" ) accountManagementUrl: String)
Content copied to clipboard