/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Base serializer class which doesn't implement create/update methods * @export * @interface AgentAuthenticationResponse */ export interface AgentAuthenticationResponse { /** * * @type {string} * @memberof AgentAuthenticationResponse */ url: string; } /** * Check if a given object implements the AgentAuthenticationResponse interface. */ export declare function instanceOfAgentAuthenticationResponse(value: object): value is AgentAuthenticationResponse; export declare function AgentAuthenticationResponseFromJSON(json: any): AgentAuthenticationResponse; export declare function AgentAuthenticationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AgentAuthenticationResponse; export declare function AgentAuthenticationResponseToJSON(json: any): AgentAuthenticationResponse; export declare function AgentAuthenticationResponseToJSONTyped(value?: AgentAuthenticationResponse | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AgentAuthenticationResponse.d.ts.map