OAuthClient.clientIdMetadataDocument

Build the OAuth Client ID Metadata Document (SEP-991) this client should host at its clientIdMetadataUrl. The document's client_id is the URL itself and redirect_uris is the configured redirectUri.

class OAuthClient
@safe
clientIdMetadataDocument
(
string clientName = ""
,
string scopeStr = ""
)