Class - mitto.credentials.GenericCredentials

JSON Schema

GenericCredentials

Generic credentials - any arbitrary dict.

Used for arbitrary credentials for which no specific credential type is available.

type

object

properties

  • value

Value

Arbitrary credentials formatted as a JSON string

type

string

examples

{“client_id”: “some-id”, “client_secret”: “some-secret”}

default

{

}

format

json