oos_authenticate: Authenticates against an Oracle Object Store

Description Usage Arguments Value Examples

Description

Authenticates against an Oracle Object Store

Usage

1
oos_authenticate(id, username, password)

Arguments

id

identify domain to be connected to,

username

Oracle Object Store username

password

Oracle Object Store pawword for username

Value

returns a list with 5 elements. This object should be passed to other functions. auth_token which contains the authorization token needed for other commands url - the full url command used for curl commands user_id - the well formed user id of the form storage domain:user identity_domain - Identity domain used to authenticate auth_url - url in the form used for authentication

Examples

1
#my_credentials <- oos_authenticate("a9999999","brian@oracle.com","1234")

pquinones/POS documentation built on May 6, 2019, 6:04 p.m.