list_oidc_providers {openeo} | R Documentation |
Available OIDC provider
Description
In case the openEO service provider supports OpenID connect authentication, this function will return a list of supported provider that can be used by this specific service.
Usage
list_oidc_providers(con = NULL)
Arguments
con |
active openEO service connection ( |
Value
a ProviderList
object which is a named list of Provider
objects.
[Package openeo version 1.3.1 Index]