apiKey

fun apiKey(key: String): Credentials

Creates credentials representing a login using a user API key.

Return

a set of credentials that can be used to log into an App Services Application using App.login. See:API key authentication

Parameters

key

the user API key to use for login.