common / com.schibsted.account.common.util / createBasicAuthHeader

createBasicAuthHeader

fun createBasicAuthHeader(clientId: String, clientSecret: String): String

Returns string value to be used for basic auth header ("Basic " + base64-encoded string that contains clientId and clientSecret separated by a colon).