You use HTTP basic access authentication to provide your username and password to the SkyVault server.
So if you invoke an API method in your client application, you provide an HTTP Authorization header with the username and password combined into a string "username:password". For example if your username is fred and your password is mypassword the Authorization string is "fred:mypassword". The authorization header must be base-64 encoded.