A {@code Service} instance also captures an optional namespace contextconsisting of an optional owner name (or "-" wildcard) and optional app name (or "-" wildcard).
To access {@code Service} members, the {@code Service} instance must beauthenticated by presenting credentials using the {@code login} method, orby constructing the {@code Service} instance using the {@code connect}method, which both creates and authenticates the instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|