Interface Rule.RedirectActionOrBuilder (2.43.0)

public static interface Rule.RedirectActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRedirectUri()

public abstract String getRedirectUri()

URL must have length equal or less than 2000 characters.

string redirect_uri = 1;

Returns
TypeDescription
String

The redirectUri.

getRedirectUriBytes()

public abstract ByteString getRedirectUriBytes()

URL must have length equal or less than 2000 characters.

string redirect_uri = 1;

Returns
TypeDescription
ByteString

The bytes for redirectUri.