Microsoft.PowerBI.Security.PowerBIToken.ToString C# (CSharp) Method

ToString() public method

Returns a JWT token string that represents the current object
public ToString ( string accessKey ) : string
accessKey string The access key used to sign the app token
return string
        public string ToString(string accessKey)
        {
            return Generate(accessKey);
        }

Same methods

PowerBIToken::ToString ( ) : string