Url

data class Url(val value: String) : IdpMetadata

The URL of the location containing the IdP metadata.

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.