Create pCloud Application¶
Here is an example workflow for creating a pCloud application and auth method:
- Create a pCloud application:
idsec pcloud applications create --app-id myapp --business-owner-f-name "user" --business-owner-l-name "name" --business-owner-email user@name.com - Create a pCloud application auth method:
idsec pcloud applications create-auth-method --app-id myapp --auth-type hash --auth-value myhash --comment mycomment