Add credentials to the vault for a specific url
Only the root domain of the url is matching against the credentials. I.e
url = "https://www.github.com/login"
will be used to match any request for *.github.com/*
(subdomains are also matching).
Note: credentials are encrypted and only you can access them.
Credentials include:
Returns:
status
: status of the created credentials (one of success
, error
)The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type object
.