Interface AuthorizationCodeOrBuilder (1.34.0)

public interface AuthorizationCodeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract String getCode()

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.

string code = 1;

Returns
TypeDescription
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.

string code = 1;

Returns
TypeDescription
ByteString

The bytes for code.