[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUserServicePb.CreateLoginURLRequestOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and includes methods for managing login URL creation requests.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to get and check the existence of the authentication domain via \u003ccode\u003egetAuthDomain()\u003c/code\u003e and \u003ccode\u003ehasAuthDomain()\u003c/code\u003e, with the ability to retrieve it as a string or ByteString.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes similar functionalities for managing the destination URL, accessible through \u003ccode\u003egetDestinationUrl()\u003c/code\u003e and \u003ccode\u003ehasDestinationUrl()\u003c/code\u003e, again with string and ByteString options.\u003c/p\u003e\n"],["\u003cp\u003eMethods \u003ccode\u003egetFederatedIdentity()\u003c/code\u003e and \u003ccode\u003ehasFederatedIdentity()\u003c/code\u003e allow for retrieving and verifying the federated identity, available as both a string and a ByteString.\u003c/p\u003e\n"]]],[],null,["# Interface UserServicePb.CreateLoginURLRequestOrBuilder (2.0.0)\n\n public static interface UserServicePb.CreateLoginURLRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getAuthDomain()\n\n public abstract String getAuthDomain()\n\n### getAuthDomainBytes()\n\n public abstract ByteString getAuthDomainBytes()\n\n### getDestinationUrl()\n\n public abstract String getDestinationUrl()\n\n### getDestinationUrlBytes()\n\n public abstract ByteString getDestinationUrlBytes()\n\n### getFederatedIdentity()\n\n public abstract String getFederatedIdentity()\n\n### getFederatedIdentityBytes()\n\n public abstract ByteString getFederatedIdentityBytes()\n\n### hasAuthDomain()\n\n public abstract boolean hasAuthDomain()\n\n### hasDestinationUrl()\n\n public abstract boolean hasDestinationUrl()\n\n### hasFederatedIdentity()\n\n public abstract boolean hasFederatedIdentity()"]]