obscure_authorization_token: Obscure an authorization token

Description Usage Arguments Value See Also

View source: R/utils.R

Description

This function takes a JSON string and replaces the '"authorization_token"' field with some replacement text. It is useful for demonstrating credentials without compromising security.

Usage

1
obscure_authorization_token(x, replacement = "<token_goes_here>")

Arguments

x

character (JSON), AzureML credentials

replacement

character, replacement for key

Value

character (JSON), x with text replaced

See Also

obscure_endpoint_keys


ijlyttle/AzureMLPlus documentation built on May 18, 2019, 3:41 a.m.