Xml

data class Xml(val value: String) : IdpMetadata

The full IdP metadata, in XML format.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
fun asUrl(): String

Casts this IdpMetadata as a Url and retrieves its kotlin.String value. Throws an exception if the IdpMetadata is not a Url.

Link copied to clipboard

Casts this IdpMetadata as a Url and retrieves its kotlin.String value. Returns null if the IdpMetadata is not a Url.

Link copied to clipboard
fun asXml(): String

Casts this IdpMetadata as a Xml and retrieves its kotlin.String value. Throws an exception if the IdpMetadata is not a Xml.

Link copied to clipboard

Casts this IdpMetadata as a Xml and retrieves its kotlin.String value. Returns null if the IdpMetadata is not a Xml.