isValidClientIdMetadataUrl

Validate an OAuth Client ID Metadata Document client_id URL (SEP-991): it MUST use the https scheme and contain a non-empty path component.

@safe @safe pure nothrow @nogc
bool
isValidClientIdMetadataUrl
(
string clientId
)